MCPcopy 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
358void TriVector::PyTransformNormal( ITriMatrix* transform )
359{
360 *static_cast<Vector3*>( this ) = TransformNormal( *this, *transform->GetMatrix() );
361}
362
363void TriVector::PyUnproject(
364 TriViewport* vp,

Callers

nothing calls this directly

Calls 1

GetMatrixMethod · 0.80

Tested by

no test coverage detected