Package com.leia.sdk.graphics
Class ConvergedPerspectiveViewInfo
- java.lang.Object
-
- com.leia.sdk.graphics.ConvergedPerspectiveViewInfo
-
public class ConvergedPerspectiveViewInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description float
fieldOfView
Vector3
position
float[]
projectionMatrix
float
shearX
float
shearY
-
Constructor Summary
Constructors Constructor Description ConvergedPerspectiveViewInfo()
-
-
-
Field Detail
-
position
public Vector3 position
-
projectionMatrix
public float[] projectionMatrix
-
fieldOfView
public float fieldOfView
-
shearX
public float shearX
-
shearY
public float shearY
-
-