Uses of Class
org.joml.Planef
-
Packages that use Planef Package Description org.joml Contains all classes of JOML. -
-
Uses of Planef in org.joml
Methods in org.joml that return Planef Modifier and Type Method Description PlanefMatrix4f. frustumPlane(int which, Planef plane)PlanefMatrix4fc. frustumPlane(int which, Planef plane)Calculate a frustum plane ofthismatrix, which can be a projection matrix or a combined modelview-projection matrix, and store the result in the givenplane.PlanefMatrix4x3f. frustumPlane(int which, Planef plane)PlanefMatrix4x3fc. frustumPlane(int which, Planef plane)Calculate a frustum plane ofthismatrix, which can be a projection matrix or a combined modelview-projection matrix, and store the result in the givenplane.PlanefPlanef. normalize()Normalize this plane.PlanefPlanef. normalize(Planef dest)Normalize this plane and store the result indest.PlanefPlanef. set(float a, float b, float c, float d)Set the components of this plane.Methods in org.joml with parameters of type Planef Modifier and Type Method Description PlanefMatrix4f. frustumPlane(int which, Planef plane)PlanefMatrix4fc. frustumPlane(int which, Planef plane)Calculate a frustum plane ofthismatrix, which can be a projection matrix or a combined modelview-projection matrix, and store the result in the givenplane.PlanefMatrix4x3f. frustumPlane(int which, Planef plane)PlanefMatrix4x3fc. frustumPlane(int which, Planef plane)Calculate a frustum plane ofthismatrix, which can be a projection matrix or a combined modelview-projection matrix, and store the result in the givenplane.static floatIntersectionf. intersectRayPlane(Rayf ray, Planef plane, float epsilon)Test whether the given ray intersects the given plane, and return the value of the parameter t in the ray equation p(t) = origin + t * dir of the intersection point.PlanefPlanef. normalize(Planef dest)Normalize this plane and store the result indest.static booleanIntersectionf. testAabPlane(AABBf aabb, Planef plane)Test whether the axis-aligned box intersects the plane.booleanAABBf. testPlane(Planef plane)Test whether the given plane intersects this AABB.static booleanIntersectionf. testPlaneSphere(Planef plane, Spheref sphere)Test whether the given plane intersects the given sphere with center.Constructors in org.joml with parameters of type Planef Constructor Description Planef(Planef source)Create a newPlanefas a copy of the givensource.
-