menu
three_dart package
documentation
three3d/math/vector2.dart
Vector2
Vector2.fromJson constructor
Vector2.fromJson constructor
dark_mode
light_mode
Vector2.fromJson
constructor
Vector2.fromJson
(
Map
<
String
,
double
>
json
)
Implementation
Vector2.fromJson(Map<String, double> json) { x = json['x']!; y = json['y']!; }
three_dart package
documentation
three3d/math/vector2
Vector2
Vector2.fromJson constructor
Vector2 class