Click or drag to resize
DigitalRuneMatrix22F Operators and Type Conversions

The Matrix22F type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two matrices.
Public operatorStatic memberDivision
Divides a matrix by a scalar.
Public operatorStatic memberEquality
Tests if two matrices are equal.
Public operatorStatic member(Matrix22F to Single)
Performs an explicit conversion from Matrix22F to a 2-dimensional float array.
Public operatorStatic member(Matrix22F to Single)
Performs an explicit conversion from Matrix22F to a jagged float array.
Public operatorStatic member(Matrix22F to MatrixF)
Performs an implicit conversion from Matrix22F to MatrixF.
Public operatorStatic member(Matrix22F to Matrix22D)
Performs an implicit conversion from Matrix22F to Matrix22D.
Public operatorStatic memberInequality
Tests if two matrices are not equal.
Public operatorStatic memberMultiply(Single, Matrix22F)
Multiplies a matrix by a scalar.
Public operatorStatic memberMultiply(Matrix22F, Matrix22F)
Multiplies two matrices.
Public operatorStatic memberMultiply(Matrix22F, Vector2F)
Multiplies a matrix with a column vector.
Public operatorStatic memberMultiply(Matrix22F, Single)
Multiplies a matrix and a scalar.
Public operatorStatic memberSubtraction
Subtracts two matrices.
Public operatorStatic memberUnaryNegation
Negates a matrix.
Top
See Also