You are here: Start » AVL.NET » Invoke.GetProfileElement_Interpolated

Invoke.GetProfileElement_Interpolated

Gets a single value from a profile, interpolated at any point.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void GetProfileElement_Interpolated
(
	Avl.Profile inProfile,
	bool inCyclic,
	bool inSmooth,
	float inIndex,
	out float outValue
)

Parameters

Name Type Range Default Description
inProfileAvl.ProfileInput profile.
inCyclicbool
inSmoothboolDetermines whether an interpolation between two profile elements should be smooth.
inIndexfloat<-INF, INF>0.0fDefault value: 0.0f.
outValuefloat

See also