MatrixMultiply Method (Matrix, Single)

RAGE Plugin Hook Documentation

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

Scales a matrix by the given value.

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

public static Matrix Multiply(
	Matrix left,
	float right
)

Parameters

left
Type: RageMatrix
The matrix to scale.
right
Type: SystemSingle
The amount by which to scale.

Return Value

Type: Matrix
The scaled matrix.
See Also

Reference