Uses of Class
org.apache.commons.math3.geometry.euclidean.oned.Euclidean1D

Packages that use Euclidean1D
org.apache.commons.math3.geometry.euclidean.oned This package provides basic 1D geometry components. 
org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components. 
org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components. 
 

Uses of Euclidean1D in org.apache.commons.math3.geometry.euclidean.oned
 

Methods in org.apache.commons.math3.geometry.euclidean.oned that return Euclidean1D
static Euclidean1D Euclidean1D.getInstance()
          Get the unique instance.
 

Methods in org.apache.commons.math3.geometry.euclidean.oned that return types with arguments of type Euclidean1D
protected  AbstractSubHyperplane<Euclidean1D,Euclidean1D> SubOrientedPoint.buildNew(Hyperplane<Euclidean1D> hyperplane, Region<Euclidean1D> remainingRegion)
          Build a sub-hyperplane from an hyperplane and a region.
protected  AbstractSubHyperplane<Euclidean1D,Euclidean1D> SubOrientedPoint.buildNew(Hyperplane<Euclidean1D> hyperplane, Region<Euclidean1D> remainingRegion)
          Build a sub-hyperplane from an hyperplane and a region.
 SubHyperplane.SplitSubHyperplane<Euclidean1D> SubOrientedPoint.split(Hyperplane<Euclidean1D> hyperplane)
          Split the instance in two parts by an hyperplane.
 

Method parameters in org.apache.commons.math3.geometry.euclidean.oned with type arguments of type Euclidean1D
 Vector1D Vector1D.add(double factor, Vector<Euclidean1D> v)
          Add a scaled vector to the instance.
 Vector1D Vector1D.add(Vector<Euclidean1D> v)
          Add a vector to the instance.
 IntervalsSet IntervalsSet.buildNew(BSPTree<Euclidean1D> tree)
          Build a region using the instance as a prototype.
protected  AbstractSubHyperplane<Euclidean1D,Euclidean1D> SubOrientedPoint.buildNew(Hyperplane<Euclidean1D> hyperplane, Region<Euclidean1D> remainingRegion)
          Build a sub-hyperplane from an hyperplane and a region.
protected  AbstractSubHyperplane<Euclidean1D,Euclidean1D> SubOrientedPoint.buildNew(Hyperplane<Euclidean1D> hyperplane, Region<Euclidean1D> remainingRegion)
          Build a sub-hyperplane from an hyperplane and a region.
 double Vector1D.distance(Vector<Euclidean1D> p)
          Compute the distance between the instance and another vector according to the L2 norm.
 double Vector1D.distance1(Vector<Euclidean1D> p)
          Compute the distance between the instance and another vector according to the L1 norm.
 double Vector1D.distanceInf(Vector<Euclidean1D> p)
          Compute the distance between the instance and another vector according to the L norm.
 double Vector1D.distanceSq(Vector<Euclidean1D> p)
          Compute the square of the distance between the instance and another vector.
 double Vector1D.dotProduct(Vector<Euclidean1D> v)
          Compute the dot-product of the instance and another vector.
 StringBuffer Vector1DFormat.format(Vector<Euclidean1D> vector, StringBuffer toAppendTo, FieldPosition pos)
          Formats a Vector object to produce a string.
 double OrientedPoint.getOffset(Vector<Euclidean1D> point)
          Get the offset (oriented distance) of a point.
 boolean OrientedPoint.sameOrientationAs(Hyperplane<Euclidean1D> other)
          Check if the instance has the same orientation as another hyperplane.
 Side SubOrientedPoint.side(Hyperplane<Euclidean1D> hyperplane)
          Compute the relative position of the instance with respect to an hyperplane.
 SubHyperplane.SplitSubHyperplane<Euclidean1D> SubOrientedPoint.split(Hyperplane<Euclidean1D> hyperplane)
          Split the instance in two parts by an hyperplane.
 Vector1D Vector1D.subtract(double factor, Vector<Euclidean1D> v)
          Subtract a scaled vector from the instance.
 Vector1D Vector1D.subtract(Vector<Euclidean1D> p)
          Subtract a vector from the instance.
 

Constructor parameters in org.apache.commons.math3.geometry.euclidean.oned with type arguments of type Euclidean1D
IntervalsSet(BSPTree<Euclidean1D> tree)
          Build an intervals set from an inside/outside BSP tree.
IntervalsSet(Collection<SubHyperplane<Euclidean1D>> boundary)
          Build an intervals set from a Boundary REPresentation (B-rep).
SubOrientedPoint(Hyperplane<Euclidean1D> hyperplane, Region<Euclidean1D> remainingRegion)
          Simple constructor.
SubOrientedPoint(Hyperplane<Euclidean1D> hyperplane, Region<Euclidean1D> remainingRegion)
          Simple constructor.
 

Uses of Euclidean1D in org.apache.commons.math3.geometry.euclidean.threed
 

Method parameters in org.apache.commons.math3.geometry.euclidean.threed with type arguments of type Euclidean1D
 Vector3D Line.toSpace(Vector<Euclidean1D> point)
          Transform a sub-space point into a space point.
 

Uses of Euclidean1D in org.apache.commons.math3.geometry.euclidean.twod
 

Methods in org.apache.commons.math3.geometry.euclidean.twod that return Euclidean1D
 Euclidean1D Euclidean2D.getSubSpace()
          Get the n-1 dimension subspace of this space.
 

Methods in org.apache.commons.math3.geometry.euclidean.twod that return types with arguments of type Euclidean1D
protected  AbstractSubHyperplane<Euclidean2D,Euclidean1D> SubLine.buildNew(Hyperplane<Euclidean2D> hyperplane, Region<Euclidean1D> remainingRegion)
          Build a sub-hyperplane from an hyperplane and a region.
static Transform<Euclidean2D,Euclidean1D> Line.getTransform(AffineTransform transform)
          Get a Transform embedding an affine transform.
 

Method parameters in org.apache.commons.math3.geometry.euclidean.twod with type arguments of type Euclidean1D
protected  AbstractSubHyperplane<Euclidean2D,Euclidean1D> SubLine.buildNew(Hyperplane<Euclidean2D> hyperplane, Region<Euclidean1D> remainingRegion)
          Build a sub-hyperplane from an hyperplane and a region.
 Vector2D Line.toSpace(Vector<Euclidean1D> point)
          Transform a sub-space point into a space point.
 

Constructor parameters in org.apache.commons.math3.geometry.euclidean.twod with type arguments of type Euclidean1D
SubLine(Hyperplane<Euclidean2D> hyperplane, Region<Euclidean1D> remainingRegion)
          Simple constructor.
 



Copyright © 2017 CNES. All Rights Reserved.