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

Method GetRight

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

Source from the content-addressed store, hash-verified

214}
215
216Float3 Transform::GetRight() const
217{
218 return Float3::Transform(Float3::Right, Orientation);
219}
220
221Float3 Transform::GetLeft() const
222{

Callers 13

RenderMethod · 0.80
SharedMethod · 0.80
SetScissorMethod · 0.80
SetScissorMethod · 0.80
GetRotationFromNormalMethod · 0.80
TransformMethod · 0.80
LineIntersectsRectMethod · 0.80
ContainsMethod · 0.80
IntersectsMethod · 0.80
UnionMethod · 0.80
SharedMethod · 0.80
OnDebugDrawSelectedMethod · 0.80

Calls 1

TransformClass · 0.70

Tested by

no test coverage detected