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

Method operator =

TSAlgebra.h:902–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900 data[index_z] *= t;
901 data[index_w] *= t;
902 return (*this);
903 }
904
905 template <typename division_type>
906 Subvec4D& operator /=(const division_type& s)
907 {
908 data[index_x] /= s;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected