| 129 | } |
| 130 | |
| 131 | void OvMaths::FTransform::SetLocalScale(FVector3 p_newScale) |
| 132 | { |
| 133 | GenerateMatricesLocal(m_localPosition, m_localRotation, p_newScale); |
| 134 | } |
| 135 | |
| 136 | void OvMaths::FTransform::SetWorldPosition(FVector3 p_newPosition) |
| 137 | { |
no outgoing calls
no test coverage detected