menu
three_js_math package
documentation
vector/vector2.dart
Vector2
Vector2.zero constructor
Vector2.zero constructor
dark_mode
light_mode
Vector2.zero
constructor
Vector2.zero
(
[
double
x
=
0
,
double
y
=
0
])
Implementation
Vector2.zero([double x = 0, double y = 0]){ this.x = x; this.y = y; }
three_js_math package
documentation
vector/vector2
Vector2
Vector2.zero constructor
Vector2 class