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