Click or drag to resize
DigitalRuneMatrix44D Operators and Type Conversions

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