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

Method SetOrient

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

Source from the content-addressed store, hash-verified

1687}
1688
1689void FrameBase::SetTransform(const Matrix4& transform)
1690{
1691 Frame::SetTransform(transform);
1692 _scale = transform.Scale();
1693}
1694void FrameBase::SetOrient(const Matrix3& dir)
1695{
1696 Frame::SetOrientation(dir);

Callers 7

DrawDiagsMethod · 0.45
DrawDiagsMethod · 0.45
DrawDiagsMethod · 0.45
DrawDiagsMethod · 0.45
DrawDiagsMethod · 0.45
DrawHorizontMethod · 0.45
DrawCloudsMethod · 0.45

Calls 1

ScaleMethod · 0.45

Tested by

no test coverage detected