menu
three_dart package
documentation
three3d/math/vector2.dart
Vector2
setX method
setX method
dark_mode
light_mode
setX
method
Vector2
setX
(
double
x
)
Implementation
Vector2 setX(double x) { this.x = x; return this; }
three_dart package
documentation
three3d/math/vector2
Vector2
setX method
Vector2 class