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

Method operator =

TSAlgebra.h:685–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

683 }
684
685 void operator =(const vector4D_type& value) volatile
686 {
687 data[index_x] = value.x;
688 data[index_y] = value.y;
689 data[index_z] = value.z;
690 data[index_w] = value.w;
691 }
692
693 Subvec4D& operator =(const Subvec4D& value)
694 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected