menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
set method
set method
dark_mode
light_mode
set
method
Vector2
set
(
double
x
,
double
y
)
Implementation
Vector2 set(double x, double y) { this.x = x; this.y = y; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
set method
Vector2 class