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

Method SetTransform

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

Source from the content-addressed store, hash-verified

1682FrameBase::FrameBase() : _scale(1) {}
1683
1684void FrameBase::SetPosition(Vector3Par pos)
1685{
1686 Frame::SetPosition(pos);
1687}
1688
1689void FrameBase::SetTransform(const Matrix4& transform)
1690{
1691 Frame::SetTransform(transform);

Callers 15

ReloadViewerCoreMethod · 0.45
InitCameraParsMethod · 0.45
SimulateMethod · 0.45
convertToLODShapeFunction · 0.45
Thing.cppFile · 0.45
SimulateMethod · 0.45
CreateThingEffectFunction · 0.45
CreateThingFunction · 0.45
DrawCollisionStarMethod · 0.45
DrawDiagModelMethod · 0.45
DrawVolumeLightMethod · 0.45
SimulateMethod · 0.45

Calls 1

ScaleMethod · 0.45

Tested by

no test coverage detected