Uses of Enum
org.apache.commons.geometry.core.RegionLocation
Packages that use RegionLocation
Package
Description
This package contains the core interfaces and classes for commons-geometry.
This package contains utilities intended for internal use only.
This package contains code related to partitioning of spaces by hyperplanes.
This package contains classes related to Binary Space Partitioning (BSP) trees.
This is the top-level package for Euclidean geometry components.
This package provides basic 1D geometry components.
This package provides basic 2D geometry components.
This package provides basic geometry components on the 1-sphere.
This package provides basic geometry components on the 2-sphere.
-
Uses of RegionLocation in org.apache.commons.geometry.core
Subclasses with type arguments of type RegionLocation in org.apache.commons.geometry.coreModifier and TypeClassDescriptionenumEnumeration containing the possible locations of a point with respect to a region.Methods in org.apache.commons.geometry.core that return RegionLocationModifier and TypeMethodDescriptionClassify the given point with respect to the region.static RegionLocationReturns the enum constant of this type with the specified name.static RegionLocation[]RegionLocation.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RegionLocation in org.apache.commons.geometry.core.internal
Methods in org.apache.commons.geometry.core.internal that return RegionLocationModifier and TypeMethodDescriptionstatic <P extends Point<P>, S extends Point<S>, H extends EmbeddingHyperplane<P,S>, R extends Region<S>>
RegionLocationHyperplaneSubsets.classifyAgainstEmbeddedRegion(P pt, H hyperplane, R embeddedRegion) Classify a point against a region embedded in a hyperplane. -
Uses of RegionLocation in org.apache.commons.geometry.core.partitioning
Methods in org.apache.commons.geometry.core.partitioning that return RegionLocationModifier and TypeMethodDescriptionClassify the given point with respect to the region.Classify a point with respect to the subset region. -
Uses of RegionLocation in org.apache.commons.geometry.core.partitioning.bsp
Methods in org.apache.commons.geometry.core.partitioning.bsp that return RegionLocationModifier and TypeMethodDescriptionClassify the given point with respect to the region.AbstractRegionBSPTree.AbstractRegionNode.getLocation()Get the location property of the node.Methods in org.apache.commons.geometry.core.partitioning.bsp with parameters of type RegionLocationModifier and TypeMethodDescriptionvoidAbstractRegionBSPTree.AbstractRegionNode.setLocation(RegionLocation location) Set the location property for the node.protected voidAbstractRegionBSPTree.AbstractRegionNode.setLocationValue(RegionLocation locationValue) Directly set the value of the location property for the node. -
Uses of RegionLocation in org.apache.commons.geometry.euclidean
Methods in org.apache.commons.geometry.euclidean that return RegionLocationModifier and TypeMethodDescriptionClassify the given point with respect to the region. -
Uses of RegionLocation in org.apache.commons.geometry.euclidean.oned
Methods in org.apache.commons.geometry.euclidean.oned that return RegionLocation -
Uses of RegionLocation in org.apache.commons.geometry.euclidean.twod
Methods in org.apache.commons.geometry.euclidean.twod that return RegionLocationModifier and TypeMethodDescriptionClassify a point with respect to the subset region. -
Uses of RegionLocation in org.apache.commons.geometry.spherical.oned
Methods in org.apache.commons.geometry.spherical.oned that return RegionLocationModifier and TypeMethodDescriptionClassify the given point with respect to the region. -
Uses of RegionLocation in org.apache.commons.geometry.spherical.twod
Methods in org.apache.commons.geometry.spherical.twod that return RegionLocationModifier and TypeMethodDescriptionClassify a point with respect to the subset region.