Interface CartesianCoordinates.Builder

    • Method Detail

      • x

        CartesianCoordinates.Builder x​(Double x)

        X coordinate.

        Parameters:
        x - X coordinate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • y

        CartesianCoordinates.Builder y​(Double y)

        Y coordinate.

        Parameters:
        y - Y coordinate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • z

        CartesianCoordinates.Builder z​(Double z)

        Z coordinate.

        Parameters:
        z - Z coordinate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.