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

Method Set

TSAlgebra.h:658–664  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

656 }
657
658 void Set(const component_type& x, const component_type& y, const component_type& z, const component_type& w) volatile
659 {
660 data[index_x] = x;
661 data[index_y] = y;
662 data[index_z] = z;
663 data[index_w] = w;
664 }
665
666 operator typename ConverterVector4D<type_struct, index_x, index_y, index_z, index_w>::vector4D_type(void)
667 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected