You are here: Start » AVL.NET » AVL.SetProfileXTransform

AVL.SetProfileXTransform

Sets the offset and the scale of a profile in the X axis.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SetProfileXTransform
(
	AvlNet.Profile inProfile,
	float inXOffset,
	float inXScale,
	AvlNet.Profile outProfile
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
inXOffsetfloat0.0fDefault value: 0.0f.
inXScalefloat<0.001f, INF>1.0fDefault value: 1.0f.
outProfileAvlNet.ProfileOutput profile.

See also