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

Method Set

TSAlgebra.h:432–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430 }
431
432 void Set(const component_type& x, const component_type& y, const component_type& z) volatile
433 {
434 data[index_x] = x;
435 data[index_y] = y;
436 data[index_z] = z;
437 }
438
439 operator typename ConverterVector3D<type_struct, index_x, index_y, index_z>::vector3D_type(void)
440 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected