Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
306
void TriMatrix::PyMultiply( ITriMatrix* other )
307
{
308
Multiply( other->GetMatrix() );
309
}
310
311
void TriMatrix::PyRotationAxis( ITriVector* axis, float angle )
312
{
Callers
nothing calls this directly
Calls
1
GetMatrix
Method · 0.80
Tested by
no test coverage detected