ET_Vector2DTo3D - General Information
Type: |
Enumeration type |
Available as of: |
V1.0.3.0 |
Versions: |
Current version |
Enumeration type for the mapping relation of the conversion of a 2-dimensional vector into a 3-dimensional vector.
Name |
Value |
Description |
---|---|---|
XyToXy |
1 |
X component to X component, Y component to Y component |
XyToYx |
2 |
X component to Y component, Y component to X component |
XyToXz |
3 |
X component to X component, Y component to Z component |
XyToZx |
4 |
X component to Z component, Y component to X component |
XyToYz |
5 |
X component to Y component, Y component to Z component |
XyToZy |
6 |
X component to Z component, Y component to Y component |