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