Click or drag to resize

Matrix Constructor (Vector4, Vector4, Vector4, Vector4)

Initializes a new instance of the Matrix struct.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public Matrix(
	Vector4 row1,
	Vector4 row2,
	Vector4 row3,
	Vector4 row4
)

Parameters

row1
Type: SampSharp.GameModeVector4
The first row of the matrix.
row2
Type: SampSharp.GameModeVector4
The second row of the matrix.
row3
Type: SampSharp.GameModeVector4
The third row of the matrix.
row4
Type: SampSharp.GameModeVector4
The fourth row of the matrix.
See Also