| 219 | } |
| 220 | |
| 221 | OvMaths::FVector3 OvMaths::FTransform::GetWorldRight() const |
| 222 | { |
| 223 | return m_worldRotation * FVector3::Right; |
| 224 | } |
| 225 | |
| 226 | OvMaths::FVector3 OvMaths::FTransform::GetLocalForward() const |
| 227 | { |
no outgoing calls
no test coverage detected