Uses of Class
com.badlogic.gdx.math.Plane.PlaneSide
-
Packages that use Plane.PlaneSide Package Description com.badlogic.gdx.math -
-
Uses of Plane.PlaneSide in com.badlogic.gdx.math
Methods in com.badlogic.gdx.math that return Plane.PlaneSide Modifier and Type Method Description Plane.PlaneSidePlane. testPoint(float x, float y, float z)Returns on which side the given point lies relative to the plane and its normal.Plane.PlaneSidePlane. testPoint(Vector3 point)Returns on which side the given point lies relative to the plane and its normal.static Plane.PlaneSidePlane.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.
-