| 209 | } |
| 210 | |
| 211 | OvMaths::FVector3 OvMaths::FTransform::GetWorldForward() const |
| 212 | { |
| 213 | return m_worldRotation * FVector3::Forward; |
| 214 | } |
| 215 | |
| 216 | OvMaths::FVector3 OvMaths::FTransform::GetWorldUp() const |
| 217 | { |
no outgoing calls
no test coverage detected