Class matrix3x4_t
- Namespace
- CounterStrikeSharp.API.Modules.Utils
- Assembly
- CounterStrikeSharp.API.dll
public class matrix3x4_t : NativeObject
- Inheritance
-
objectmatrix3x4_t
- Inherited Members
Constructors
matrix3x4_t(nint)
public matrix3x4_t(nint pointer)
Parameters
pointernint
matrix3x4_t(float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?, float?)
public matrix3x4_t(float? m00 = null, float? m01 = null, float? m02 = null, float? m03 = null, float? m10 = null, float? m11 = null, float? m12 = null, float? m13 = null, float? m20 = null, float? m21 = null, float? m22 = null, float? m23 = null)
Parameters
m00float?m01float?m02float?m03float?m10float?m11float?m12float?m13float?m20float?m21float?m22float?m23float?
Properties
this[int, int]
public ref float this[int row, int column] { get; }
Parameters
Property Value
M00
public float M00 { get; }
Property Value
M01
public float M01 { get; }
Property Value
M02
public float M02 { get; }
Property Value
M03
public float M03 { get; }
Property Value
M10
public float M10 { get; }
Property Value
M11
public float M11 { get; }
Property Value
M12
public float M12 { get; }
Property Value
M13
public float M13 { get; }
Property Value
M20
public float M20 { get; }
Property Value
M21
public float M21 { get; }
Property Value
M22
public float M22 { get; }
Property Value
M23
public float M23 { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.