menu
three_dart package
documentation
three3d/math/vector3.dart
Vector3
toJSON method
toJSON method
dark_mode
light_mode
toJSON
method
List
<
num
>
toJSON
(
)
Implementation
List<num> toJSON() { return [x, y, z]; }
three_dart package
documentation
three3d/math/vector3
Vector3
toJSON method
Vector3 class