menu
three_js_math package
documentation
vector/vector4.dart
Vector4
setY method
setY method
dark_mode
light_mode
setY
method
Vector4
setY
(
double
y
)
Implementation
Vector4 setY(double y) { this.y = y; return this; }
three_js_math package
documentation
vector/vector4
Vector4
setY method
Vector4 class