menu
openworld package
documentation
three_dart/three3d/math/index.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; }
openworld package
documentation
three_dart/three3d/math/index
Vector4
setW method
Vector4 class