MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetWorld

Method GetWorld

Source/Engine/Core/Math/Transform.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47}
48
49Matrix Transform::GetWorld() const
50{
51 Matrix result;
52 Matrix::Transformation(Scale, Orientation, Translation, result);
53 return result;
54}
55
56void Transform::GetWorld(Matrix& result) const
57{

Callers 15

onJobRenderMethod · 0.45
ProcessModuleMethod · 0.45
TestWorldMatrixMethod · 0.45
TestMath.cppFile · 0.45
InitializeMethod · 0.45
UpdateNodeMethod · 0.45
SetupSkeletonMethod · 0.45
RetargetNodeMethod · 0.45
UpdateMethod · 0.45
DrawSetupMethod · 0.45
DrawPhysicsDebugMethod · 0.45
TerrainPatch.cppFile · 0.45

Calls

no outgoing calls

Tested by 1

TestWorldMatrixMethod · 0.36