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