menu
three_js_math package
documentation
vector/vector4.dart
Vector4
setZ method
setZ method
dark_mode
light_mode
setZ
method
Vector4
setZ
(
double
z
)
Implementation
Vector4 setZ(double z) { this.z = z; return this; }
three_js_math package
documentation
vector/vector4
Vector4
setZ method
Vector4 class