Interface Membership

    • Method Detail

      • isWithin

        default boolean isWithin​(Vector point)
        Check if a point is within this shape.
        Parameters:
        point - is the point to check.
        Returns:
        true if the point is within this shape
      • isWithin

        boolean isWithin​(double x,
                         double y,
                         double z)
        Check if a point is within this shape.
        Parameters:
        x - is x coordinate of point to check.
        y - is y coordinate of point to check.
        z - is z coordinate of point to check.
        Returns:
        true if the point is within this shape