libgdx API

Uses of Class
com.badlogic.gdx.math.Plane.PlaneSide

Packages that use Plane.PlaneSide
com.badlogic.gdx.math   
 

Uses of Plane.PlaneSide in com.badlogic.gdx.math
 

Methods in com.badlogic.gdx.math that return Plane.PlaneSide
 Plane.PlaneSide Plane.testPoint(Vector3 point)
          Returns on which side the given point lies relative to the plane and its normal.
static Plane.PlaneSide Plane.PlaneSide.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Plane.PlaneSide[] Plane.PlaneSide.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)