| public void |
|
| public Frustum |
| offset(float offset) |
| method_74403(float arg0) |
| offset(float distance) |
|
| public Frustum |
| offsetToFullyIncludeCameraCube(int cubeSize) |
| method_38557(int arg0) |
| coverBoxAroundSetPosition(int boxSize) |
|
| public void |
| prepare(double camX, double camY, double camZ) |
| method_23088(double arg0, double arg1, double arg2) |
| setPosition(double cameraX, double cameraY, double cameraZ) |
|
| private void |
| calculateFrustum(org.joml.Matrix4fc modelView, org.joml.Matrix4f projection) |
| method_23092(org.joml.Matrix4fc arg0, org.joml.Matrix4f arg1) |
| init(org.joml.Matrix4fc positionMatrix, org.joml.Matrix4f projectionMatrix) |
|
| public boolean |
|
| public int |
|
| private int |
| cubeInFrustum(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) |
| method_23089(double arg0, double arg1, double arg2, double arg3, double arg4, double arg5) |
| intersectAab(double minX, double minY, double minZ, double maxX, double maxY, double maxZ) |
|
| public boolean |
| pointInFrustum(double x, double y, double z) |
| method_74404(double arg0, double arg1, double arg2) |
| intersectPoint(double x, double y, double z) |
|
| public org.joml.Vector4f[] |
| getFrustumPoints() |
| method_62342() |
| getBoundaryPoints() |
|
| public double |
| getCamX() |
| method_62343() |
| getX() |
|
| public double |
| getCamY() |
| method_62344() |
| getY() |
|
| public double |
| getCamZ() |
| method_62345() |
| getZ() |
|