Class OrientedPoint

java.lang.Object
org.hipparchus.geometry.euclidean.oned.OrientedPoint
All Implemented Interfaces:
Hyperplane<Euclidean1D,Vector1D,OrientedPoint,SubOrientedPoint>

public class OrientedPoint extends Object implements Hyperplane<Euclidean1D,Vector1D,OrientedPoint,SubOrientedPoint>
This class represents a 1D oriented hyperplane.

An hyperplane in 1D is a simple point, its orientation being a boolean.

Instances of this class are guaranteed to be immutable.

  • Constructor Details Link icon

    • OrientedPoint Link icon

      public OrientedPoint(Vector1D location, boolean direct, double tolerance)
      Simple constructor.
      Parameters:
      location - location of the hyperplane
      direct - if true, the plus side of the hyperplane is towards abscissas greater than location
      tolerance - tolerance below which points are considered to belong to the hyperplane
  • Method Details Link icon