Uses of Interface
org.hipparchus.geometry.partitioning.Embedding
-
Packages that use Embedding Package Description org.hipparchus.geometry.euclidean.threed This package provides basic 3D geometry components.org.hipparchus.geometry.euclidean.twod This package provides basic 2D geometry components.org.hipparchus.geometry.spherical.twod This package provides basic geometry components on the 2-sphere. -
-
Uses of Embedding in org.hipparchus.geometry.euclidean.threed
Classes in org.hipparchus.geometry.euclidean.threed that implement Embedding Modifier and Type Class Description class
Line
The class represent lines in a three dimensional space.class
Plane
The class represent planes in a three dimensional space. -
Uses of Embedding in org.hipparchus.geometry.euclidean.twod
Classes in org.hipparchus.geometry.euclidean.twod that implement Embedding Modifier and Type Class Description class
Line
This class represents an oriented line in the 2D plane. -
Uses of Embedding in org.hipparchus.geometry.spherical.twod
Classes in org.hipparchus.geometry.spherical.twod that implement Embedding Modifier and Type Class Description class
Circle
This class represents an oriented great circle on the 2-sphere.
-