FrontPlaneAxisΒΆ
Enumeration FrontPlaneAxis
Index
Enumeration Members
NEG_ X_ NEG_ Y
Specifies a front plane which is defined by right=-x, up=-y and thus forward=+z. This means that the x-axis points to the left, the y-axis points down and the z-axis points towards the viewer.
NEG_ X_ NEG_ Z
Specifies a front plane which is defined by right=-x, up=-z and thus forward=-y. This means that the x-axis points to the left, the y-axis points away from the viewer and the z-axis points down.
NEG_ X_ POS_ Y
Specifies a front plane which is defined by right=-x, up=+y and thus forward=-z. This means that the x-axis points to the left, the y-axis points up and the z-axis points away from the viewer.
NEG_ X_ POS_ Z
Specifies a front plane which is defined by right=-x, up=+z and thus forward=+y. This means that the x-axis points to the left, the y-axis points towards the viewer and the z-axis points up.
NEG_ Y_ NEG_ Z
Specifies a front plane which is defined by right=-y, up=-z and thus forward=+x. This means that the x-axis points towards the viewer, the y-axis points to the left and the z-axis points down.
NEG_ Y_ POS_ Z
Specifies a front plane which is defined by right=-y, up=+z and thus forward=-x. This means that the x-axis points away from the viewer, the y-axis points to the left and the z-axis points up.
POS_ X_ NEG_ Y
Specifies a front plane which is defined by right=+x, up=-y and thus forward=-z. This means that the x-axis points to the right, the y-axis points down and the z-axis points away from the viewer.
POS_ X_ NEG_ Z
Specifies a front plane which is defined by right=+x, up=-z and thus forward=+y. This means that the x-axis points to the right, the y-axis points towards the viewer and the z-axis points down.
POS_ X_ POS_ Y
Specifies a front plane which is defined by right=+x, up=+y and thus forward=+z. This means that the x-axis points to the right, the y-axis points up and the z-axis points towards the viewer.
POS_ X_ POS_ Z
Specifies a front plane which is defined by right=+x, up=+z and thus forward=-y. This means that the x-axis points to the right, the y-axis points away from the viewer and the z-axis points up.
POS_ Y_ NEG_ Z
Specifies a front plane which is defined by right=+y, up=-z and thus forward=-x. This means that the x-axis points away from the viewer, the y-axis points to the right and the z-axis points down.
POS_ Y_ POS_ Z
Specifies a front plane which is defined by right=+y, up=+z and thus forward=+x. This means that the x-axis points towards the viewer, the y-axis points to the right and the z-axis points up.
Defines all possible definitions of the front plane axis in a right-handed coordinate system.
The front plane axis is defined by the right and up vector of the coordinate system. The forward vector is then defined by the cross product of the right and up vector.
See