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

Function ExtractMatrixPos4

trinity/TriValueBinding.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121static bool ExtractMatrixPos4( void* srcVar, void* dstVar, float scale, const Vector4& offset )
122{
123 return TransformAndCopyVector<Vector4>( &static_cast<Matrix*>( srcVar )->GetTranslation(), dstVar, scale, offset );
124}
125
126static bool Copy32BitFloatToVector3( void* srcVar, void* dstVar, float scale, const Vector4& offset )
127{

Callers

nothing calls this directly

Calls 1

GetTranslationMethod · 0.80

Tested by

no test coverage detected