Dimension Types
 
 
 
Dimension Types

Enumerations

enum   DimType {
  DIM_WORLD, DIM_ANGLE, DIM_COLOR, DIM_COLOR255,
  DIM_PERCENT, DIM_NORMALIZED, DIM_SEGMENTS, DIM_TIME,
  DIM_CUSTOM, DIM_NONE
}

Enumeration Type Documentation

enum DimType
Enumerator:
DIM_WORLD 

For spatial value.

DIM_ANGLE 

For Angular values.

DIM_COLOR 

For colors with a range of 0-1.

DIM_COLOR255 

For colors with a range of 0-255.

DIM_PERCENT 

For Percentage with a range of 0-100.

DIM_NORMALIZED 

For normalized values with a range of 0-1.

DIM_SEGMENTS 

For segments.

DIM_TIME 

For time units.

DIM_CUSTOM 

For custom units.

DIM_NONE