Back to Aurora Vision Library website

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

CreateBicircularCurve


Header: AVL.h
Namespace: avl
Module: FoundationBasic

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

Applications: This is a fast algorithm that approximates Bezier's splines for dense paths.

Syntax

C++
C#
 
void avl::CreateBicircularCurve
(
	const avl::Path& inLeadingPath,
	int inInterpolationPointCount,
	avl::Path& outBicircularCurve
)

Parameters

Name Type Default Description
Input value inLeadingPath const Path& The path that will have its corners rounded
Input value inInterpolationPointCount int 8 Number of points used for interpolation between each pair of points on the input path
Output value outBicircularCurve Path& A smooth output path