MatrixScaling Method (Single, Single, Single, Matrix)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Creates a matrix that scales along the x-axis, y-axis, and y-axis.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public static void Scaling(
	float x,
	float y,
	float z,
	out Matrix result
)

Parameters

x
Type: SystemSingle
Scaling factor that is applied along the x-axis.
y
Type: SystemSingle
Scaling factor that is applied along the y-axis.
z
Type: SystemSingle
Scaling factor that is applied along the z-axis.
result
Type: RageMatrix
When the method completes, contains the created scaling matrix.
See Also

Reference