|
JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java (public API).
|
Frustum description by fovhv and zNear, zFar.
More...
Public Member Functions | |
| FovDesc (final FovHVHalves fovhv, final float zNear, final float zFar) throws IllegalArgumentException | |
| final String | toString () |
Public Attributes | |
| final FovHVHalves | fovhv |
Field of view in both directions, may not be centered, either FovHVHalves#inTangents or radians. More... | |
| final float | zNear |
| Near Z. More... | |
| final float | zFar |
| Far Z. More... | |
| com.jogamp.math.geom.Frustum.FovDesc.FovDesc | ( | final FovHVHalves | fovhv, |
| final float | zNear, | ||
| final float | zFar | ||
| ) | throws IllegalArgumentException |
| fovhv | field of view in both directions, may not be centered, either FovHVHalves#inTangents or radians |
| zNear | |
| zFar |
| IllegalArgumentException | if zNear <= 0 or zFar <= zNear. |
Definition at line 98 of file Frustum.java.
| final String com.jogamp.math.geom.Frustum.FovDesc.toString | ( | ) |
| final FovHVHalves com.jogamp.math.geom.Frustum.FovDesc.fovhv |
Field of view in both directions, may not be centered, either FovHVHalves#inTangents or radians.
Definition at line 87 of file Frustum.java.
| final float com.jogamp.math.geom.Frustum.FovDesc.zFar |
Far Z.
Definition at line 91 of file Frustum.java.
| final float com.jogamp.math.geom.Frustum.FovDesc.zNear |
Near Z.
Definition at line 89 of file Frustum.java.