menu
three_dart package
documentation
three3d/math/vector4.dart
Vector4
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/vector4
Vector4
toJSON method
Vector4 class