Matrices
Content:
public struct DMatrix2x2
Language: C#
Represents a 2x2 matrix of double values.
public struct DMatrix2x3
Language: C#
Represents a 2x3 matrix of double values.
public struct DMatrix2x4
Language: C#
Represents a 2x4 matrix of double values.
public struct DMatrix3x2
Language: C#
Represents a 3x2 matrix of double values.
public struct DMatrix3x3
Language: C#
Represents a 3x3 matrix of double values.
public struct DMatrix3x4
Language: C#
Represents a 3x4 matrix of double values.
public struct DMatrix4x2
Language: C#
Represents a 4x2 matrix of double values.
public struct DMatrix4x3
Language: C#
Represents a 4x3 matrix of double values.
public struct DMatrix4x4
Language: C#
Represents a 4x4 matrix of double values.
public struct FMatrix2x2
Language: C#
Represents a 2x2 matrix of float values.
public struct FMatrix2x3
Language: C#
Represents a 2x3 matrix of float values.
public struct FMatrix2x4
Language: C#
Represents a 2x4 matrix of float values.
public struct FMatrix3x2
Language: C#
Represents a 3x2 matrix of float values.
public struct FMatrix3x3
Language: C#
Represents a 3x3 matrix of float values.
public struct FMatrix3x4
Language: C#
Represents a 3x4 matrix of float values.
public struct FMatrix4x2
Language: C#
Represents a 4x2 matrix of float values.
public struct FMatrix4x3
Language: C#
Represents a 4x3 matrix of float values.
public struct FMatrix4x4
Language: C#
Represents a 4x4 matrix of float values.