MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / GetWorldRight

Method GetWorldRight

Sources/OvMaths/src/OvMaths/FTransform.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221OvMaths::FVector3 OvMaths::FTransform::GetWorldRight() const
222{
223 return m_worldRotation * FVector3::Right;
224}
225
226OvMaths::FVector3 OvMaths::FTransform::GetLocalForward() const
227{

Callers 4

GetRealDirectionMethod · 0.45
ApplyScaleMethod · 0.45
HandleCameraPanningMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected