Back to Aurora Vision Library website

You are here: Start » Function Reference » Profile » Profile Local Transforms » DifferentiateProfile_Step

DifferentiateProfile_Step


Header: AVL.h
Namespace: avl
Module: FoundationPro

Computes the derivative of a profile with a given difference step.

Syntax

C++
C#
 
void avl::DifferentiateProfile_Step
(
	const avl::Profile& inProfile,
	const bool inCyclic,
	int inStep,
	avl::Profile& outDerivative
)

Parameters

Name Type Range Default Description
Input value inProfile const Profile& Input profile
Input value inCyclic const bool Defines whether to compute differences between first and last elements
Input value inStep int 1 - 2
Output value outDerivative Profile&