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

Method operator =

TSAlgebra.h:1480–1483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1478 }
1479
1480 void operator =(const vector4D_type& v) volatile
1481 {
1482 xyzw = v.xyzw;
1483 }
1484
1485 Vec4D& operator =(const Vec4D& v)
1486 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected