()
| 75584 | return RotationOrder.ZYX; |
| 75585 | } |
| 75586 | static get DefaultOrder() { |
| 75587 | return RotationOrder.ZYX; |
| 75588 | } |
| 75589 | static get RotationOrders() { |
| 75590 | return RotationOrder; |
| 75591 | } |
nothing calls this directly
no outgoing calls
no test coverage detected