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