|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |