Uses of Class
org.openmali.spatial.bodies.Classifier.PlaneClassification

Packages that use Classifier.PlaneClassification
org.openmali.spatial.bodies   
 

Uses of Classifier.PlaneClassification in org.openmali.spatial.bodies
 

Methods in org.openmali.spatial.bodies that return Classifier.PlaneClassification
 Classifier.PlaneClassification Classifier.PlaneClassification.add(Classifier.PlaneClassification c)
           
static Classifier.PlaneClassification Classifier.classifyPlaneBox(Plane plane, Box box)
           
static Classifier.PlaneClassification Classifier.classifyPlaneBox(Plane plane, float boxLowerX, float boxLowerY, float boxLowerZ, float boxUpperX, float boxUpperY, float boxUpperZ)
           
static Classifier.PlaneClassification Classifier.classifyPlaneBox(Plane plane, Tuple3f boxLower, Tuple3f boxUpper)
           
static Classifier.PlaneClassification Classifier.classifyPlanePoint(float planeNx, float planeNy, float planeNz, float planeD, float x, float y, float z)
          Classifies a point with respect to the plane.
static Classifier.PlaneClassification Classifier.classifyPlanePoint(Plane plane, float px, float py, float pz)
          Classifies a point with respect to the plane.
static Classifier.PlaneClassification Classifier.classifyPlanePoint(Plane plane, Tuple3f point)
          Classifies a point with respect to the plane.
static Classifier.PlaneClassification Classifier.classifyPlanePoints(Plane plane, Tuple3f[] points)
          Classifies a collection of points with respect to the plane.
static Classifier.PlaneClassification Classifier.classifySpherePlane(Sphere sphere, Plane plane)
          Classify this sphere with respect to a plane
static Classifier.PlaneClassification Classifier.PlaneClassification.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Classifier.PlaneClassification[] Classifier.PlaneClassification.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.openmali.spatial.bodies with parameters of type Classifier.PlaneClassification
 Classifier.PlaneClassification Classifier.PlaneClassification.add(Classifier.PlaneClassification c)