MCPcopy 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
226Float3 Transform::GetUp() const
227{
228 return Float3::Transform(Float3::Up, Orientation);
229}
230
231Float3 Transform::GetDown() const
232{

Callers 5

GetRotationFromNormalMethod · 0.80
TransformMethod · 0.80
OnDebugDrawSelectedMethod · 0.80
DrawLightsDebugMethod · 0.80
IsPointOnViewMethod · 0.80

Calls 1

TransformClass · 0.70

Tested by

no test coverage detected