Package | Description |
---|---|
com.badlogic.gdx.math |
Modifier and Type | Method and Description |
---|---|
Plane.PlaneSide |
Plane.testPoint(float x,
float y,
float z)
Returns on which side the given point lies relative to the plane and its normal.
|
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.
|