CHuiCurvePath::TSegment Struct Reference

struct CHuiCurvePath::TSegment

A single segment of a path, of shape TSegmentType. These are joined together to make a complex path.

Member Data Documentation

TReal32 iAngleDelta

TReal32 iAngleDelta

Arc size (if curved).

THuiRealPoint iDelta

THuiRealPoint iDelta

Point where it ends.

TReal32 iLength

TReal32 iLength

Length of the path segment.

THuiRealPoint iOrigin

THuiRealPoint iOrigin

Point where it starts.

TReal32 iStartAngle

TReal32 iStartAngle

Starting angle (if curved).

TReal32 iTotalPos

TReal32 iTotalPos

Start position of the segment measured from the start.

TSegmentType iType

TSegmentType iType

Straight or curved.