| 317 | } |
| 318 | |
| 319 | OvMaths::FMatrix3 OvMaths ::FMatrix3::Translate(const OvMaths::FMatrix3& p_matrix, const FVector2& p_translation) |
| 320 | { |
| 321 | return p_matrix * Translation(p_translation); |
| 322 | } |
| 323 | |
| 324 | OvMaths::FMatrix3 OvMaths::FMatrix3::Rotation(float p_rotation) |
| 325 | { |
no outgoing calls
no test coverage detected