You are here: Start » AVL.NET » AVS.GetProfileElement_Interpolated Method

AVS.GetProfileElement_Interpolated Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void GetProfileElement_Interpolated
(
	AvlNet.Profile inProfile,
	bool inCyclic,
	bool inSmooth,
	float inIndex,
	out float outValue
)

Parameters

Name Type Range Default Description
inProfileAvlNet.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