Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ PyTransformCoord
Method
PyTransformCoord
trinity/TriVector.cpp:353–356 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
351
}
352
353
void TriVector::PyTransformCoord( ITriMatrix* transform )
354
{
355
*static_cast<Vector3*>( this ) = TransformCoord( *this, *transform->GetMatrix() );
356
}
357
358
void TriVector::PyTransformNormal( ITriMatrix* transform )
359
{
Callers
nothing calls this directly
Calls
1
GetMatrix
Method · 0.80
Tested by
no test coverage detected