Uses of Enum Class
org.episteme.core.mathematics.geometry.boundaries.CompositeBoundary2D.ContainmentResult.Status
Packages that use CompositeBoundary2D.ContainmentResult.Status
Package
Description
Comprehensive boundary and region support for geometric modeling.
-
Uses of CompositeBoundary2D.ContainmentResult.Status in org.episteme.core.mathematics.geometry.boundaries
Subclasses with type arguments of type CompositeBoundary2D.ContainmentResult.Status in org.episteme.core.mathematics.geometry.boundariesMethods in org.episteme.core.mathematics.geometry.boundaries that return CompositeBoundary2D.ContainmentResult.StatusModifier and TypeMethodDescriptionCompositeBoundary2D.ContainmentResult.getStatus()Returns the enum constant of this class with the specified name.CompositeBoundary2D.ContainmentResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.core.mathematics.geometry.boundaries with parameters of type CompositeBoundary2D.ContainmentResult.StatusModifierConstructorDescriptionContainmentResult(CompositeBoundary2D.ContainmentResult.Status status, int regionIndex)