JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.math.geom.Frustum.Location Enum Reference
Collaboration diagram for com.jogamp.math.geom.Frustum.Location:

Public Attributes

 OUTSIDE
 
 INSIDE
 
 INTERSECT
 

Detailed Description

Definition at line 460 of file Frustum.java.

Member Data Documentation

◆ INSIDE

com.jogamp.math.geom.Frustum.Location.INSIDE

Definition at line 460 of file Frustum.java.

◆ INTERSECT

com.jogamp.math.geom.Frustum.Location.INTERSECT

Definition at line 460 of file Frustum.java.

◆ OUTSIDE

com.jogamp.math.geom.Frustum.Location.OUTSIDE

Definition at line 460 of file Frustum.java.


The documentation for this enum was generated from the following file: