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