| Package | Description | 
|---|---|
| org.apache.commons.math3.geometry.partitioning | This package provides classes to implement Binary Space Partition trees. | 
| org.apache.commons.math3.geometry.spherical.oned | 
 This package provides basic geometry components on the 1-sphere. | 
| Modifier and Type | Method and Description | 
|---|---|
| Side | SubHyperplane.SplitSubHyperplane. getSide()Get the side of the split sub-hyperplane with respect to its splitter. | 
| Side | AbstractSubHyperplane. side(Hyperplane<S> hyper)Deprecated.  | 
| Side | Region. side(Hyperplane<S> hyperplane)Deprecated. 
 as of 3.6, this method which was only intended for
 internal use is not used anymore | 
| Side | SubHyperplane. side(Hyperplane<S> hyperplane)Deprecated. 
 as of 3.6, replaced with  SubHyperplane.split(Hyperplane).SubHyperplane.SplitSubHyperplane.getSide() | 
| Side | AbstractRegion. side(Hyperplane<S> hyperplane)Deprecated.  | 
| static Side | Side. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Side[] | Side. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| Side | ArcsSet.Split. getSide()Get the side of the split arc with respect to its splitter. | 
| Side | ArcsSet. side(Arc arc)Deprecated. 
 as of 3.6, replaced with  ArcsSet.split(Arc).ArcsSet.Split.getSide() | 
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.