Table of Contents

Class matrix3x4_t

Namespace
CounterStrikeSharp.API.Modules.Utils
Assembly
CounterStrikeSharp.API.dll
public class matrix3x4_t : NativeObject
Inheritance
object
matrix3x4_t
Inherited Members

Constructors

matrix3x4_t(nint)

public matrix3x4_t(nint pointer)

Parameters

pointer nint

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

m00 float?
m01 float?
m02 float?
m03 float?
m10 float?
m11 float?
m12 float?
m13 float?
m20 float?
m21 float?
m22 float?
m23 float?

Properties

this[int, int]

public ref float this[int row, int column] { get; }

Parameters

row int
column int

Property Value

float

M00

public float M00 { get; }

Property Value

float

M01

public float M01 { get; }

Property Value

float

M02

public float M02 { get; }

Property Value

float

M03

public float M03 { get; }

Property Value

float

M10

public float M10 { get; }

Property Value

float

M11

public float M11 { get; }

Property Value

float

M12

public float M12 { get; }

Property Value

float

M13

public float M13 { get; }

Property Value

float

M20

public float M20 { get; }

Property Value

float

M21

public float M21 { get; }

Property Value

float

M22

public float M22 { get; }

Property Value

float

M23

public float M23 { get; }

Property Value

float

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.