MCPcopy Create free account
hub / github.com/carbonengine/trinity / SetMatrix

Method SetMatrix

trinity/TriMatrix.cpp:139–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void TriMatrix::SetMatrix(
140 const Matrix* m )
141{
142 _11 = m->_11;
143 _12 = m->_12;
144 _13 = m->_13;
145 _14 = m->_14;
146 _21 = m->_21;
147 _22 = m->_22;
148 _23 = m->_23;
149 _24 = m->_24;
150 _31 = m->_31;
151 _32 = m->_32;
152 _33 = m->_33;
153 _34 = m->_34;
154 _41 = m->_41;
155 _42 = m->_42;
156 _43 = m->_43;
157 _44 = m->_44;
158}
159
160const Matrix* TriMatrix::GetMatrix() const
161{

Callers 1

CopyMatrixToTriMatrixFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected