MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetLeft

Method GetLeft

Source/Engine/Core/Math/Transform.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221Float3 Transform::GetLeft() const
222{
223 return Float3::Transform(Float3::Left, Orientation);
224}
225
226Float3 Transform::GetUp() const
227{

Callers 4

SetScissorMethod · 0.80
SetScissorMethod · 0.80
UnionMethod · 0.80
SharedMethod · 0.80

Calls 1

TransformClass · 0.70

Tested by

no test coverage detected