menu
three_dart package
documentation
three3d/math/quaternion.dart
Quaternion
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
List
<
num
>
toJSON
(
)
Implementation
List<num> toJSON() { return [_x, _y, _z, _w]; }
three_dart package
documentation
three3d/math/quaternion
Quaternion
toJSON method
Quaternion class