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

Function ExtractMatrixPos3

trinity/TriValueBinding.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116static bool ExtractMatrixPos3( void* srcVar, void* dstVar, float scale, const Vector4& offset )
117{
118 return TransformAndCopyVector<Vector3>( &static_cast<Matrix*>( srcVar )->GetTranslation(), dstVar, scale, offset );
119}
120
121static bool ExtractMatrixPos4( void* srcVar, void* dstVar, float scale, const Vector4& offset )
122{

Callers

nothing calls this directly

Calls 1

GetTranslationMethod · 0.80

Tested by

no test coverage detected