Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetUp
Method
GetUp
Source/Engine/Core/Math/Transform.cpp:226–229 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
}
225
226
Float3 Transform::GetUp() const
227
{
228
return Float3::Transform(Float3::Up, Orientation);
229
}
230
231
Float3 Transform::GetDown() const
232
{
Callers
5
GetRotationFromNormal
Method · 0.80
Transform
Method · 0.80
OnDebugDrawSelected
Method · 0.80
DrawLightsDebug
Method · 0.80
IsPointOnView
Method · 0.80
Calls
1
Transform
Class · 0.70
Tested by
no test coverage detected