You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inProfile | Avl.Profile | Input profile. | ||
![]()  | inCyclic | bool | |||
![]()  | inSmooth | bool | Determines whether an interpolation between two profile elements should be smooth. | ||
![]()  | inIndex | float | <-INF, INF> | 0.0f | Default value: 0.0f. | 
![]()  | outValue | float | 


