MatrixScaling Method (Vector3)

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 Matrix Scaling(
	Vector3 scale
)

Parameters

scale
Type: RageVector3
Scaling factor for all three axes.

Return Value

Type: Matrix
The created scaling matrix.
See Also

Reference