MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / operator =

Method operator =

TSAlgebra.h:1039–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037 }
1038
1039 void operator =(const vector3D_type& v) volatile
1040 {
1041 xyz = v.xyz;
1042 }
1043
1044 Vec3D& operator =(const Vec3D& v)
1045 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected