Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EricLengyel/Terathon-Math-Library
/ operator =
Method
operator =
TSVector3D.h:391–394 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
389
}
390
391
void operator =(const Vector3D& v) volatile
392
{
393
xyz = v.xyz;
394
}
395
396
Point3D& operator =(const Vector2D& v)
397
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected