MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetForward

Method GetForward

src/Nazara/Utility/Node.cpp:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 Vector3f Node::GetForward() const
92 {
93 if (!m_derivedUpdated)
94 UpdateDerived();
95
96 return m_derivedRotation * Vector3f::Forward();
97 }
98
99 bool Node::GetInheritPosition() const
100 {

Callers 4

OnUpdateMethod · 0.45
EnterMethod · 0.45
UpdateMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected