Click or drag to resize
DigitalRuneMatrixF Operators and Type Conversions

The MatrixF 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(MatrixF to Single)
Performs an explicit conversion from MatrixF to a 2-dimensional float array.
Public operatorStatic member(MatrixF to Single)
Performs an explicit conversion from MatrixF to jagged float array.
Public operatorStatic member(MatrixF to Matrix22F)
Performs an explicit conversion from MatrixF to Matrix22F.
Public operatorStatic member(MatrixF to Matrix33F)
Performs an explicit conversion from MatrixF to Matrix33F.
Public operatorStatic member(MatrixF to Matrix44F)
Performs an explicit conversion from MatrixF to Matrix44F.
Public operatorStatic member(MatrixF to MatrixD)
Performs an implicit conversion from MatrixF to MatrixD.
Public operatorStatic memberInequality
Tests if two matrices are not equal.
Public operatorStatic memberMultiply(Single, MatrixF)
Multiplies a matrix by a scalar.
Public operatorStatic memberMultiply(MatrixF, MatrixF)
Multiplies two matrices.
Public operatorStatic memberMultiply(MatrixF, VectorF)
Multiplies a matrix with a column vector.
Public operatorStatic memberMultiply(MatrixF, Single)
Multiplies a matrix and a scalar.
Public operatorStatic memberSubtraction
Subtracts two matrices.
Public operatorStatic memberUnaryNegation
Negates a matrix.
Top
See Also