Structure representing the polygon offset. More...
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. |
Structure representing the polygon offset.
PolygonOffset | ( | float | factor, |
float | units | ||
) |
Creates the structure representing the polygon offset.
factor | Polygon offset scaling coefficient |
units | Polygon offset offset coefficient |
void Set | ( | float | factor, |
float | units | ||
) |
Sets a value to the structure representing the polygon offset.
factor | Polygon offset scaling coefficient |
units | Polygon offset offset coefficient |