You are here: Start » AVL.NET » AVL.SetProfileXTransform Method
AVL.SetProfileXTransform Method
Sets the offset and the scale of a profile in the X axis.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SetProfileXTransform( AvlNet.Profile inProfile, float inXOffset, float inXScale, out AvlNet.Profile outProfile )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inProfile | AvlNet.Profile | Input profile. | ||
![]() | inXOffset | float | 0.0f | Default value: 0.0f. | |
![]() | inXScale | float | <0.001f, INF> | 1.0f | Default value: 1.0f. |
![]() | outProfile | AvlNet.Profile | Output profile. |


