Uses of Class
org.hipparchus.geometry.euclidean.twod.Euclidean2D
Packages that use Euclidean2D
Package
Description
This package provides basic 3D geometry components.
This package provides basic 2D geometry components.
This package provides algorithms to generate the convex hull
for a set of points in an two-dimensional euclidean space.
-
Uses of Euclidean2D in org.hipparchus.geometry.euclidean.threed
Methods in org.hipparchus.geometry.euclidean.threed that return Euclidean2DModifier and TypeMethodDescriptionEuclidean3D.getSubSpace()
Get the n-1 dimension subspace of this space.Method parameters in org.hipparchus.geometry.euclidean.threed with type arguments of type Euclidean2DModifier and TypeMethodDescriptionprotected SubPlane
Build a sub-hyperplane from an hyperplane and a region.Constructor parameters in org.hipparchus.geometry.euclidean.threed with type arguments of type Euclidean2D -
Uses of Euclidean2D in org.hipparchus.geometry.euclidean.twod
Methods in org.hipparchus.geometry.euclidean.twod that return Euclidean2DModifier and TypeMethodDescriptionstatic Euclidean2D
Euclidean2D.getInstance()
Get the unique instance.Methods in org.hipparchus.geometry.euclidean.twod that return types with arguments of type Euclidean2DModifier and TypeMethodDescriptionDiskGenerator.ballOnSupport
(List<Vector2D> support) Create a ball whose boundary lies on prescribed support points.static Transform
<Euclidean2D, Vector2D, Line, SubLine, Euclidean1D, Vector1D, OrientedPoint, SubOrientedPoint> Line.getTransform
(double cXX, double cYX, double cXY, double cYY, double cX1, double cY1) Get aTransform
embedding an affine transform.Split the instance in two parts by an hyperplane.Method parameters in org.hipparchus.geometry.euclidean.twod with type arguments of type Euclidean2DModifier and TypeMethodDescriptionBuild a region using the instance as a prototype.Vector2DFormat.format
(Vector<Euclidean2D, Vector2D> vector, StringBuffer toAppendTo, FieldPosition pos) Formats aVector
object to produce a string.Constructor parameters in org.hipparchus.geometry.euclidean.twod with type arguments of type Euclidean2DModifierConstructorDescriptionPolygonsSet
(BSPTree<Euclidean2D, Vector2D, Line, SubLine> tree, double tolerance) Build a polygons set from a BSP tree. -
Uses of Euclidean2D in org.hipparchus.geometry.euclidean.twod.hull
Methods in org.hipparchus.geometry.euclidean.twod.hull that return types with arguments of type Euclidean2DModifier and TypeMethodDescriptionConvexHull2D.createRegion()
Returns a new region that is enclosed by the convex hull.