menu
three_dart package
documentation
three3d/math/euler.dart
Euler
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
List
<
num
>
toJSON
(
)
Implementation
List<num> toJSON() { int orderNo = rotationOrders.indexOf(_order); return [_x, _y, _z, orderNo]; }
three_dart package
documentation
three3d/math/euler
Euler
toJSON method
Euler class