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

Method PyMultiply

trinity/TriMatrix.cpp:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void TriMatrix::PyMultiply( ITriMatrix* other )
307{
308 Multiply( other->GetMatrix() );
309}
310
311void TriMatrix::PyRotationAxis( ITriVector* axis, float angle )
312{

Callers

nothing calls this directly

Calls 1

GetMatrixMethod · 0.80

Tested by

no test coverage detected