MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetInvTransform

Method GetInvTransform

engine/Poseidon/World/Scene/Object.cpp:1706–1709  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1704}
1705void FrameBase::SetOrientScaleOnly(float scale)
1706{
1707 SetOrientation(Matrix3(MScale, scale));
1708 _scale = scale;
1709}
1710
1711Matrix4 FrameBase::GetInvTransform() const
1712{

Callers 15

SimulateMethod · 0.45
FlagAnimateMethod · 0.45
IntersectMethod · 0.45
DrawExShadowMethod · 0.45
DrawMethod · 0.45
GetProxyComplexityMethod · 0.45
DrawCameraCockpitMethod · 0.45
DrawHorizontMethod · 0.45
IsInsideMethod · 0.45
RoadSurfaceYMethod · 0.45
AddAzimutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected