Node2D perspective transformation mode. More...
Public Member Functions | |
PerspectiveTransformationMode (int value) | |
Constructs a PerspectiveTransformationMode of an integer value. More... | |
PerspectiveTransformationMode (PerspectiveTransformationMode enum_) | |
Constructs a copy of a PerspectiveTransformationMode object. More... | |
int | getValue () |
Returns the integer value of the enumeration constant. More... | |
final int | swigValue () |
Returns the integer value of the enumeration constant. More... | |
Static Public Member Functions | |
static PerspectiveTransformationMode | swigToEnum (int swigValue) |
Converts an integer value to the matching enumeration constant. More... | |
static PerspectiveTransformationMode | toEnum (int value) |
Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
Screen =(0) | |
Screen coordinates. | |
XFov =(1) | |
3D coordinates with a field of view in x direction. | |
YFov =(2) | |
3D coordinates with a field of view in y direction. | |
Node2D perspective transformation mode.
PerspectiveTransformationMode | ( | int | value | ) |
Constructs a PerspectiveTransformationMode of an integer value.
value | Integer value to convert to enumeration constant. |
Constructs a copy of a PerspectiveTransformationMode object.
enum_ | PerspectiveTransformationMode to be copy constructed. |
int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
Used internally by SWIG generated code.
swigValue | Integer value to convert to enumeration constant. |
final int swigValue | ( | ) |
Returns the integer value of the enumeration constant.
Used internally by SWIG generated code.
|
static |
Converts an integer value to the matching enumeration constant.
value | Integer value to convert to enumeration constant. |