ETcVnWorldCoordinateSystem

Offers world coordinate system orientations.

Syntax

Definition:

enum ETcVnWorldCoordinateSystem : LONG
{
    WCS_X_RIGHT_Y_DOWN = 0,
    WCS_X_DOWN_Y_RIGHT = 1,
    WCS_X_LEFT_Y_DOWN  = 2,
    WCS_X_UP_Y_RIGHT   = 3,
    WCS_X_RIGHT_Y_UP   = 4,
    WCS_X_DOWN_Y_LEFT  = 5,
    WCS_X_LEFT_Y_UP    = 6,
    WCS_X_UP_Y_LEFT    = 7
};

Values

Name

Description

WCS_X_RIGHT_Y_DOWN

X axis points right, Y axis down (same orientation as image coordinate system)

WCS_X_DOWN_Y_RIGHT

X axis points down, Y axis right

WCS_X_LEFT_Y_DOWN

X axis points left, Y axis down

WCS_X_UP_Y_RIGHT

X axis points up, Y axis right

WCS_X_RIGHT_Y_UP

X axis points right, Y axis up

WCS_X_DOWN_Y_LEFT

X axis points down, Y axis left

WCS_X_LEFT_Y_UP

X axis points left, Y axis up

WCS_X_UP_Y_LEFT

X axis points up, Y axis left