THuiPathPoint Struct Reference

struct THuiPathPoint

Point on a weighted path.

Public Member Functions
THuiPathPoint (const TPoint &, const TReal32 &)
Public Attributes
TPoint iPoint
TReal32 iWeight

Constructor & Destructor Documentation

THuiPathPoint(const TPoint &, const TReal32 &)

THuiPathPoint ( const TPoint & aPoint,
const TReal32 & aWeight
) [inline]

Parameters

const TPoint & aPoint
const TReal32 & aWeight

Member Data Documentation

TPoint iPoint

TPoint iPoint

Position of the point.

TReal32 iWeight

TReal32 iWeight

Weight of the point.