Uses of Class
org.joml.FrustumIntersection
-
Packages that use FrustumIntersection Package Description org.joml Contains all classes of JOML. -
-
Uses of FrustumIntersection in org.joml
Methods in org.joml that return FrustumIntersection Modifier and Type Method Description FrustumIntersectionFrustumIntersection. set(Matrix4fc m)FrustumIntersectionFrustumIntersection. set(Matrix4fc m, boolean allowTestSpheres)Update the stored frustum planes ofthisFrustumIntersectionwith the givenmatrixand allow to optimize the frustum plane extraction in the case when no intersection test is needed for spheres.
-