menu
three_dart package
documentation
three3d/math/vector2.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; }
three_dart package
documentation
three3d/math/vector2
Vector2
Vector2 constructor
Vector2 class