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

Method SetLocalScale

Sources/OvMaths/src/OvMaths/FTransform.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131void OvMaths::FTransform::SetLocalScale(FVector3 p_newScale)
132{
133 GenerateMatricesLocal(m_localPosition, m_localRotation, p_newScale);
134}
135
136void OvMaths::FTransform::SetWorldPosition(FVector3 p_newPosition)
137{

Callers 3

SetTextureMethod · 0.45
SetModelMethod · 0.45
SetMaterialMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected