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