PolygonOffset Struct Reference

Structure representing the polygon offset. More...

List of all members.

Public Member Functions

 PolygonOffset (float factor, float units)
 Creates the structure representing the polygon offset.
void Set (float factor, float units)
 Sets a value to the structure representing the polygon offset.

Public Attributes

float Factor
 Polygon offset scaling coefficient.
float Units
 Polygon offset offset coefficient.

Detailed Description

Structure representing the polygon offset.


Constructor & Destructor Documentation

PolygonOffset ( float  factor,
float  units 
)

Creates the structure representing the polygon offset.

Parameters:
factorPolygon offset scaling coefficient
unitsPolygon offset offset coefficient

Member Function Documentation

void Set ( float  factor,
float  units 
)

Sets a value to the structure representing the polygon offset.

Parameters:
factorPolygon offset scaling coefficient
unitsPolygon offset offset coefficient