SampSharp
SampSharp
SampSharp.GameMode
Matrix Structure
Matrix Constructor
Matrix Constructor (Vector4, Vector4, Vector4, Vector4)
Matrix Constructor (Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
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#
Copy
public
Matrix
(
Vector4
row1
,
Vector4
row2
,
Vector4
row3
,
Vector4
row4
)
Parameters
row1
Type:
SampSharp.GameMode
Vector4
The first row of the matrix.
row2
Type:
SampSharp.GameMode
Vector4
The second row of the matrix.
row3
Type:
SampSharp.GameMode
Vector4
The third row of the matrix.
row4
Type:
SampSharp.GameMode
Vector4
The fourth row of the matrix.
See Also
Reference
Matrix Structure
Matrix Overload
SampSharp.GameMode Namespace