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

Method operator =

TSVector4D.h:171–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169 }
170
171 void operator =(const Vector4D& v) volatile
172 {
173 xyzw = v.xyzw;
174 }
175
176 Vector4D& operator =(const Vector3D& v)
177 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected