Projection type of a camera. More...
Public Member Functions | |
ProjectionType (int mValue) | |
ProjectionType (ProjectionType enum_) | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Static Public Member Functions | |
static ProjectionType | swigToEnum (int swigValue) |
static ProjectionType | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
ProjectionAsymmetricPerspective =(2) | |
Asymmetric perspective projection. | |
ProjectionOrthographic =(1) | |
Orthogonal projection. | |
ProjectionPerspective =(0) | |
Perspective projection. | |
Projection type of a camera.
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |