MCPcopy 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
236Float3 Transform::GetForward() const
237{
238 return Float3::Transform(Float3::Forward, Orientation);
239}
240
241Float3 Transform::GetBackward() const
242{

Callers 2

TransformMethod · 0.80
IsPointOnViewMethod · 0.80

Calls 1

TransformClass · 0.70

Tested by

no test coverage detected