()
| 75593 | return RotationOrder[order]; |
| 75594 | } |
| 75595 | get ELEMENTS() { |
| 75596 | return 4; |
| 75597 | } |
| 75598 | constructor(x = 0, y = 0, z = 0, order = Euler.DefaultOrder){ |
| 75599 | super(-0, -0, -0, -0); |
| 75600 | if (arguments.length > 0 && Array.isArray(arguments[0])) this.fromVector3(...arguments); |
nothing calls this directly
no outgoing calls
no test coverage detected