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 FovHVHalvesField of view in both directions, may not be centered, eitherFovHVHalves.inTangentsor radians.final floatFar Zfinal floatNear Z -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fovhv
Field of view in both directions, may not be centered, eitherFovHVHalves.inTangentsor 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.inTangentsor radianszNear-zFar-- Throws:
IllegalArgumentException- ifzNear <= 0orzFar <= zNear.
-
-
Method Details