You are here: Start » AVL.NET » Function Reference » Path » Path Global Transforms » AVL.CreateBicircularCurve

AVL.CreateBicircularCurve

Creates a bicircular curve passing through the points of the leading path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void CreateBicircularCurve
(
	AvlNet.Path inLeadingPath,
	int inInterpolationPointCount,
	AvlNet.Path outBicircularCurve
)

Parameters

Name Type Range Default Description
inLeadingPathAvlNet.PathThe path that will have its corners rounded.
inInterpolationPointCountint8Number of points used for interpolation between each pair of points on the input path. Default value: 8.
outBicircularCurveAvlNet.PathA smooth output path.

See also