menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector4
setZ method
setZ method
dark_mode
light_mode
setZ
method
Vector4
setZ
(
num
z
)
Implementation
Vector4 setZ(num z) { this.z = z; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector4
setZ method
Vector4 class