toString method

String toString()
override

Returns a String of the form (x,y,z) .

@return a String of the form (x,y,z)

Implementation

String toString() {
  return "($x, $y, ${getZ()})";
}