menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
Vector2 constructor
Vector2 constructor
dark_mode
light_mode
Vector2
constructor
Vector2
(
[
double
?
x
,
double
?
y
])
Implementation
Vector2([double? x, double? y]) { this.x = x ?? 0; this.y = y ?? 0; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
Vector2 constructor
Vector2 class