| void CBCGPSplineGeometry::SetPoints | ( | const CBCGPPointsArray & | arPoints, |
| BCGP_SPLINE_TYPE | type, | ||
| BOOL | bIsClosed = TRUE, |
||
| double | tension = 0.0, |
||
| double | bias = 0.0, |
||
| double | continuity = 0.0 |
||
| ) |
Sets the points.
| arPoints | Array of points with screen coordinates of a geometry shape. |
| type | The type. |
| bIsClosed | TRUE if geometry is closed. |
| tension | The spline tension parameter. |
| bias | The spline bias parameter. |
| continuity | The spline continuity parameter. |