Library | File

Enum pfcCoordAxis

# include <pfcBase.h>

enum pfcCoordAxis
{
    pfcCOORD_AXIS_X,
    pfcCOORD_AXIS_Y,
    pfcCOORD_AXIS_Z,
    pfcCoordAxis_nil
};



Description

This enumerated type specifies the axes of a coordinate system.




Values

pfcCOORD_AXIS_X
The X-axis of the coordinate system.
pfcCOORD_AXIS_Y
The Y-axis of the coordinate system.
pfcCOORD_AXIS_Z
The Z-axis of the coordinate system.
pfcCoordAxis_nil
Enum null value.