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

Method operator =

TSAlgebra.h:457–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455 }
456
457 void operator =(const vector3D_type& value) volatile
458 {
459 data[index_x] = value.x;
460 data[index_y] = value.y;
461 data[index_z] = value.z;
462 }
463
464 Subvec3D& operator =(const Subvec3D& value)
465 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected