Kanzi framework  3.9.1
Java API
Matrix4x4.FieldOfViewType Class Reference

Field of view type of a camera. More...

Public Member Functions

final int swigValue ()
 
String toString ()
 

Static Public Member Functions

static FieldOfViewType swigToEnum (int swigValue)
 

Static Public Attributes

static final Matrix4x4.FieldOfViewType XFov
 Field of view is specified in the x axis direction. More...
 
static final Matrix4x4.FieldOfViewType YFov
 Field of view is specified in the y axis direction. More...
 

Detailed Description

Field of view type of a camera.

Member Data Documentation

◆ XFov

final Matrix4x4.FieldOfViewType XFov
static
Initial value:
=
new Matrix4x4.FieldOfViewType("XFov", mathJNI.Matrix4x4_FieldOfViewType_XFov_get())

Field of view is specified in the x axis direction.

◆ YFov

final Matrix4x4.FieldOfViewType YFov
static
Initial value:
=
new Matrix4x4.FieldOfViewType("YFov", mathJNI.Matrix4x4_FieldOfViewType_YFov_get())

Field of view is specified in the y axis direction.