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 FrustumIntersection
FrustumIntersection. set(Matrix4fc m)
FrustumIntersection
FrustumIntersection. set(Matrix4fc m, boolean allowTestSpheres)
Update the stored frustum planes ofthis
FrustumIntersection
with the givenmatrix
and allow to optimize the frustum plane extraction in the case when no intersection test is needed for spheres.
-