Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
216
Float3 Transform::GetRight() const
217
{
218
return Float3::Transform(Float3::Right, Orientation);
219
}
220
221
Float3 Transform::GetLeft() const
222
{
Callers
13
Render
Method · 0.80
Shared
Method · 0.80
SetScissor
Method · 0.80
SetScissor
Method · 0.80
GetRotationFromNormal
Method · 0.80
Transform
Method · 0.80
LineIntersectsRect
Method · 0.80
Contains
Method · 0.80
Intersects
Method · 0.80
Union
Method · 0.80
Shared
Method · 0.80
OnDebugDrawSelected
Method · 0.80
Calls
1
Transform
Class · 0.70
Tested by
no test coverage detected