Click or drag to resize
DigitalRuneMatrix44F Operators and Type Conversions

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