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

Method GetWorldForward

Sources/OvMaths/src/OvMaths/FTransform.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211OvMaths::FVector3 OvMaths::FTransform::GetWorldForward() const
212{
213 return m_worldRotation * FVector3::Forward;
214}
215
216OvMaths::FVector3 OvMaths::FTransform::GetWorldUp() const
217{

Callers 9

UpdateMethod · 0.45
GetRealDirectionMethod · 0.45
HandleCameraZoomMethod · 0.45
GenerateMatrixMethod · 0.45
CalculateViewMatrixMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected