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