Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path Basics » GetPathCharacteristicPoint_Interpolated

GetPathCharacteristicPoint_Interpolated


Header: AVL.h
Namespace: avl
Module: FoundationLite

Returns linear interpolation between two consecutive characteristic points of a path.

Syntax

C++
C#
 
void avl::GetPathCharacteristicPoint_Interpolated
(
	const avl::Path& inPath,
	float inIndex,
	avl::Point2D& outPoint
)

Parameters

Name Type Range Default Description
Input value inPath const Path& Input path
Input value inIndex float 0.0 - Real-valued point index; fractional values result in interpolation
Output value outPoint Point2D&

Errors

List of possible exceptions:

Error type Description
DomainError Index out of range in GetPathCharacteristicPoint_Interpolated.