Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetForward
Method
GetForward
Source/Engine/Core/Math/Transform.cpp:236–239 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
}
235
236
Float3 Transform::GetForward() const
237
{
238
return Float3::Transform(Float3::Forward, Orientation);
239
}
240
241
Float3 Transform::GetBackward() const
242
{
Callers
2
Transform
Method · 0.80
IsPointOnView
Method · 0.80
Calls
1
Transform
Class · 0.70
Tested by
no test coverage detected