Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetLeft
Method
GetLeft
src/Nazara/Utility/Node.cpp:129–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
}
128
129
Vector3f Node::GetLeft() const
130
{
131
if (!m_derivedUpdated)
132
UpdateDerived();
133
134
return m_derivedRotation * Vector3f::Left();
135
}
136
137
NodeType Node::GetNodeType() const
138
{
Callers
2
Enter
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected