Click or drag to resize
Ab4d.SharpEngine logo

StandardQuaternionTransformScale(Single, Single, Single) Method

Scales the existing transformation by multiplying the current scale factors with the specified scale factors and updates the transformation matrix.

Namespace: Ab4d.SharpEngine.Transformations
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public void Scale(
	float xScaleFactor,
	float yScaleFactor,
	float zScaleFactor
)

Parameters

xScaleFactor  Single
x scale factor
yScaleFactor  Single
y scale factor
zScaleFactor  Single
z scale factor
Remarks

[Missing <remarks> documentation for "M:Ab4d.SharpEngine.Transformations.StandardQuaternionTransform.Scale(System.Single,System.Single,System.Single)"]

See Also