Interface | Description |
---|---|
Point_ |
An interface defining primivites and operations on points in euclidean space
|
PolyLine_<X extends Point_> |
Class representing a polyline in arbitrary dimension (ordered sequence of points)
|
Segment_ | |
Transformation_ |
Class representing a transformation (arbitrary dimension)
|
Vector_ |
An interface defining primivites and operations on vectors in euclidean space
|
Class | Description |
---|---|
Algebra |
Approximate computation of determinants
|
AlgebraExact | |
CoordinateComparator<X extends Point_> |
Class allowing to compare two points according to a given coordinate
|
GeometricOperations_2 | Deprecated
refer to class GeometricConstructions_2 and GeometricPredicates_2
|
GeometricOperations_3 | Deprecated
refer to class GeometricConstructions_3 and GeometricPredicates_3
|
Line_2 | |
MesherOperations |
Provides predicates and constructions for dealing with segments and circles
|
Pair<X extends java.lang.Comparable<X>> | |
Plane_3 | |
Point_2 | |
Point_3 | |
Point_d |
Class for representing a point in d-dimensional space
|
PointCloud<X extends Point_> |
Class representing a collection of points (in arbitrary dimension)
|
PointCloud_2 |
Class representing a collection of points (in 2D)
|
PointCloud_3 |
Class representing a collection of points (in 3D)
|
PointCloud_d |
Class representing a collection of points (in dimension d)
|
PolyLine_2 |
Class representing a polyline in the plane (ordered sequence of points in 2D)
|
Ray_2 | |
Segment_2 | |
Segment_3 | |
Transformation_2 |
Define a 2D transformation (for points in the projective plane, using homogeneous coordinates)
|
Triangle_3 | |
Vector_2 | |
Vector_3 |