DK11 for Java | tatukgis.jdk.TGIS_Shape.Smooth | Overloads | Constructors | Fields | Methods | Properties
Smooth shape routine
// Java public TGIS_Shape Smooth( int _factor );
// Oxygene public function Smooth( _factor : Integer ) : TGIS_Shape;
Name | Type | Description |
---|---|---|
_factor | int Integer | smooth factor, number of points iterations - number of output points = number of input point * _factor |
Type | Description |
---|---|
TGIS_Shape | Newly created shape. |
Vertex spline smoothing routine based on Catmull-Rom algorithm. Only for arc or polygon shapes. Based on 4 control points.