| Package | Description |
|---|---|
| org.joml |
Contains all classes of JOML.
|
| Modifier and Type | Method and Description |
|---|---|
FrustumIntersection |
FrustumIntersection.set(Matrix4fc m)
|
FrustumIntersection |
FrustumIntersection.set(Matrix4fc m,
boolean allowTestSpheres)
Update the stored frustum planes of
this FrustumIntersection with the given matrix and
allow to optimize the frustum plane extraction in the case when no intersection test is needed for spheres. |
Copyright © 2015–2019 JOML. All rights reserved.