Uses of Class
org.joml.Planed
-
Packages that use Planed Package Description org.joml Contains all classes of JOML. -
-
Uses of Planed in org.joml
Methods in org.joml that return Planed Modifier and Type Method Description PlanedMatrix4d. frustumPlane(int which, Planed plane)PlanedMatrix4dc. frustumPlane(int plane, Planed planeEquation)Calculate a frustum plane ofthismatrix, which can be a projection matrix or a combined modelview-projection matrix, and store the result in the givenplane.PlanedMatrix4x3d. frustumPlane(int which, Planed plane)PlanedMatrix4x3dc. frustumPlane(int which, Planed 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.PlanedPlaned. normalize()Normalize this plane.PlanedPlaned. normalize(Planed dest)Normalize this plane and store the result indest.PlanedPlaned. set(double a, double b, double c, double d)Set the components of this plane.Methods in org.joml with parameters of type Planed Modifier and Type Method Description PlanedMatrix4d. frustumPlane(int which, Planed plane)PlanedMatrix4dc. frustumPlane(int plane, Planed planeEquation)Calculate a frustum plane ofthismatrix, which can be a projection matrix or a combined modelview-projection matrix, and store the result in the givenplane.PlanedMatrix4x3d. frustumPlane(int which, Planed plane)PlanedMatrix4x3dc. frustumPlane(int which, Planed 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 doubleIntersectiond. intersectRayPlane(Rayd ray, Planed plane, double 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.PlanedPlaned. normalize(Planed dest)Normalize this plane and store the result indest.static booleanIntersectiond. testAabPlane(AABBd aabb, Planed plane)Test whether the axis-aligned box intersects the plane.booleanAABBd. testPlane(Planed plane)Test whether the given plane intersects this AABB.static booleanIntersectiond. testPlaneSphere(Planed plane, Spheref sphere)Test whether the given plane intersects the given sphere with center.Constructors in org.joml with parameters of type Planed Constructor Description Planed(Planed source)Create a newPlanedas a copy of the givensource.
-