Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnUpdate
Method · 0.45
Enter
Method · 0.45
Update
Method · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected