menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector4
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() { return {'x': x, 'y': y, 'z': z, 'w': w}; }
openworld package
documentation
three_dart/three3d/math/index
Vector4
toJson method
Vector4 class