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