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

Method GetWorldToLocalMatrix

Source/Engine/Level/Actor.cpp:897–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

895}
896
897void Actor::GetWorldToLocalMatrix(Matrix& worldToLocal) const
898{
899 GetLocalToWorldMatrix(worldToLocal);
900 worldToLocal.Invert();
901}
902
903void Actor::GetLocalToWorldMatrix(Matrix& localToWorld) const
904{

Callers 3

buildInnerMethod · 0.80
GetAffectedPatchesMethod · 0.80
ApplyMethod · 0.80

Calls 1

InvertMethod · 0.45

Tested by

no test coverage detected