MatrixScaling Method (Vector3, 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(
	ref Vector3 scale,
	out Matrix result
)

Parameters

scale
Type: RageVector3
Scaling factor for all three axes.
result
Type: RageMatrix
When the method completes, contains the created scaling matrix.
See Also

Reference