Back to Aurora Vision Library website
You are here: Start » Function Reference » Profile » Profile Basics » SetProfileXTransform
SetProfileXTransform
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationPro |
Sets the offset and the scale of a profile in the X axis.
Applications: Makes it possible to use real-world X coordinates in a profile.
Syntax
C++
C#
void avl::SetProfileXTransform ( avl::Profile& ioProfile, float inXOffset, float inXScale )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioProfile | Profile& | |||
![]() |
inXOffset | float | 0.0f | ||
![]() |
inXScale | float | 0.001 - ![]() |
1.0f |



