LineGeometry.SmoothCatmullRomSpline Method
Returns an approximation of a Catmull-Rom spline generated from the points in the LineGeometry.
SmoothCatmullRomSpline(System.Double tension, System.Double maxAngle, System.Double minSegmentLength)
Returns an approximation of a Catmull-Rom spline generated from the points in the LineGeometry.Syntax
public LineGeometry SmoothCatmullRomSpline (
System.Double tension,
System.Double maxAngle,
System.Double minSegmentLength
)
Parameters
Controls how closely the spline will follow the original line. Lower values result in sharper corners.
The maximum angle, in radians, between two segments in the result.
The minimum length of the segments in the result. Unit: same as the coordinates of the line geometry.
Return Value
A line geometry that is the approximation of a Catmull-Rom spline.
Remarks
The maxAngle value can be exceeded to keep the length of each segment greater than or equal to minSegmentLength.
Platforms
Windows, Linux, Android