Click or drag to resize
DigitalRuneMatrix33F Operators and Type Conversions

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