SampSharp
SampSharp
SampSharp.Entities.SAMP
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.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
Matrix
(
Vector4
row1
,
Vector4
row2
,
Vector4
row3
,
Vector4
row4
)
Parameters
row1
Type:
SampSharp.Entities.SAMP
Vector4
The first row of the matrix.
row2
Type:
SampSharp.Entities.SAMP
Vector4
The second row of the matrix.
row3
Type:
SampSharp.Entities.SAMP
Vector4
The third row of the matrix.
row4
Type:
SampSharp.Entities.SAMP
Vector4
The fourth row of the matrix.
See Also
Reference
Matrix Structure
Matrix Overload
SampSharp.Entities.SAMP Namespace