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

Method SetLocalRotation

Sources/OvMaths/src/OvMaths/FTransform.cpp:126–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126void OvMaths::FTransform::SetLocalRotation(FQuaternion p_newRotation)
127{
128 GenerateMatricesLocal(m_localPosition, p_newRotation, m_localScale);
129}
130
131void OvMaths::FTransform::SetLocalScale(FVector3 p_newScale)
132{

Callers 5

SetTextureMethod · 0.45
SetModelMethod · 0.45
SetMaterialMethod · 0.45
UpdateFTransformMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected