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) class
EmbeddedAreaPlaneConvexSubset
Internal implementation ofPlaneConvexSubset
that uses an embeddedConvexArea
to represent the subspace region.Methods in org.apache.commons.geometry.euclidean.threed that return PlaneConvexSubset.Embedded Modifier and Type Method Description PlaneConvexSubset.Embedded
AbstractConvexPolygon3D. getEmbedded()
Return an object containing the plane subset as an embedded 2D subspace region.PlaneConvexSubset.Embedded
EmbeddedAreaPlaneConvexSubset. getEmbedded()
Return an object containing the plane subset as an embedded 2D subspace region.PlaneConvexSubset.Embedded
PlaneConvexSubset. getEmbedded()
Return an object containing the plane subset as an embedded 2D subspace region.
-