setZ method

void setZ(
  1. double z
)

Sets the Z ordinate value.

@param z the value to set as Z

Implementation

void setZ(double z) {
  this.z = z;
}