Package com.jogamp.opengl.math.geom
Class Frustum.FovDesc
java.lang.Object
com.jogamp.opengl.math.geom.Frustum.FovDesc
- Enclosing class:
- Frustum
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal FovHVHalves
Field of view in both directions, may not be centered, eitherFovHVHalves.inTangents
or radians.final float
Far Zfinal float
Near Z -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fovhv
Field of view in both directions, may not be centered, eitherFovHVHalves.inTangents
or radians. -
zNear
public final float zNearNear Z -
zFar
public final float zFarFar Z
-
-
Constructor Details
-
FovDesc
- Parameters:
fovhv
- field of view in both directions, may not be centered, eitherFovHVHalves.inTangents
or radianszNear
-zFar
-- Throws:
IllegalArgumentException
- ifzNear <= 0
orzFar <= zNear
.
-
-
Method Details