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