| 25 | } |
| 26 | |
| 27 | bool Transform::IsNanOrInfinity() const |
| 28 | { |
| 29 | return Translation.IsNanOrInfinity() || Orientation.IsNanOrInfinity() || Scale.IsNanOrInfinity(); |
| 30 | } |
| 31 | |
| 32 | Matrix Transform::GetRotation() const |
| 33 | { |
no outgoing calls
no test coverage detected