Uses of Class
com.badlogic.gdx.math.Plane
-
Packages that use Plane Package Description com.badlogic.gdx.math -
-
Uses of Plane in com.badlogic.gdx.math
Fields in com.badlogic.gdx.math declared as Plane Modifier and Type Field Description Plane[]Frustum. planesthe six clipping planes, near, far, left, right, top, bottomMethods in com.badlogic.gdx.math with parameters of type Plane Modifier and Type Method Description static booleanIntersector. intersectBoundsPlaneFast(BoundingBox box, Plane plane)Quick check whether the givenBoundingBoxandPlaneintersect.static floatIntersector. intersectLinePlane(float x, float y, float z, float x2, float y2, float z2, Plane plane, Vector3 intersection)Intersects a line and a plane.static booleanIntersector. intersectPlanes(Plane a, Plane b, Plane c, Vector3 intersection)Returns true if the threeplanesintersect, setting the point of intersection inintersection, if any.static booleanIntersector. intersectRayPlane(Ray ray, Plane plane, Vector3 intersection)static booleanIntersector. intersectSegmentPlane(Vector3 start, Vector3 end, Plane plane, Vector3 intersection)voidPlane. set(Plane plane)Sets this plane from the given planestatic voidIntersector. splitTriangle(float[] triangle, Plane plane, Intersector.SplitTriangle split)Splits the triangle by the plane.
-