Uses of Class
org.apache.commons.math3.geometry.partitioning.Side

Packages that use Side
org.apache.commons.math3.geometry.euclidean.oned This package provides basic 1D geometry components. 
org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components. 
org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components. 
org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees. 
 

Uses of Side in org.apache.commons.math3.geometry.euclidean.oned
 

Methods in org.apache.commons.math3.geometry.euclidean.oned that return Side
 Side SubOrientedPoint.side(Hyperplane<Euclidean1D> hyperplane)
          Compute the relative position of the instance with respect to an hyperplane.
 

Uses of Side in org.apache.commons.math3.geometry.euclidean.threed
 

Methods in org.apache.commons.math3.geometry.euclidean.threed that return Side
 Side SubPlane.side(Hyperplane<Euclidean3D> hyperplane)
          Compute the relative position of the instance with respect to an hyperplane.
 

Uses of Side in org.apache.commons.math3.geometry.euclidean.twod
 

Methods in org.apache.commons.math3.geometry.euclidean.twod that return Side
 Side SubLine.side(Hyperplane<Euclidean2D> hyperplane)
          Compute the relative position of the instance with respect to an hyperplane.
 

Uses of Side in org.apache.commons.math3.geometry.partitioning
 

Methods in org.apache.commons.math3.geometry.partitioning that return Side
 Side SubHyperplane.side(Hyperplane<S> hyperplane)
          Compute the relative position of the instance with respect to an hyperplane.
abstract  Side AbstractSubHyperplane.side(Hyperplane<S> hyper)
          Compute the relative position of the instance with respect to an hyperplane.
 Side AbstractRegion.side(Hyperplane<S> hyperplane)
          Compute the relative position of the instance with respect to an hyperplane.
 Side Region.side(Hyperplane<S> hyperplane)
          Compute the relative position of the instance with respect to an hyperplane.
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.
 



Copyright © 2017 CNES. All Rights Reserved.