Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ operator =
Method
operator =
TSVector3D.h:138–141 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
}
137
138
void operator =(const Vector3D& v) volatile
139
{
140
xyz = v.xyz;
141
}
142
143
Vector3D& operator =(const Vector2D& v)
144
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected