Uses of Interface
org.apache.commons.geometry.euclidean.threed.PlaneConvexSubset.Embedded
-
Packages that use PlaneConvexSubset.Embedded Package Description org.apache.commons.geometry.euclidean.threed This package provides basic 3D geometry components. -
-
Uses of PlaneConvexSubset.Embedded in org.apache.commons.geometry.euclidean.threed
Classes in org.apache.commons.geometry.euclidean.threed that implement PlaneConvexSubset.Embedded Modifier and Type Class Description (package private) classEmbeddedAreaPlaneConvexSubsetInternal implementation ofPlaneConvexSubsetthat uses an embeddedConvexAreato represent the subspace region.Methods in org.apache.commons.geometry.euclidean.threed that return PlaneConvexSubset.Embedded Modifier and Type Method Description PlaneConvexSubset.EmbeddedAbstractConvexPolygon3D. getEmbedded()Return an object containing the plane subset as an embedded 2D subspace region.PlaneConvexSubset.EmbeddedEmbeddedAreaPlaneConvexSubset. getEmbedded()Return an object containing the plane subset as an embedded 2D subspace region.PlaneConvexSubset.EmbeddedPlaneConvexSubset. getEmbedded()Return an object containing the plane subset as an embedded 2D subspace region.
-