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

Method Set

TSAlgebra.h:1609–1615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1607 }
1608
1609 void Set(const component_type& m00, const component_type& m01, const component_type& m10, const component_type& m11) volatile
1610 {
1611 data[index_00] = m00;
1612 data[index_10] = m10;
1613 data[index_01] = m01;
1614 data[index_11] = m11;
1615 }
1616
1617 operator typename ConverterMatrix2D<type_struct, index_00, index_01, index_10, index_11>::matrix2D_type(void)
1618 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected