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