Back to FabImage Library website

You are here: Start » Function Reference » Profile » Profile Basics » SetProfileXTransform

SetProfileXTransform


Header: FIL.h
Namespace: fil
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 fil::SetProfileXTransform
(
	fil::Profile& ioProfile,
	float inXOffset,
	float inXScale
)

Parameters

Name Type Range Default Description
Input will be modified ioProfile Profile&
Input value inXOffset float 0.0f
Input value inXScale float 0.001 - 1.0f