MatrixF Operators and Type Conversions |
The MatrixF type exposes the following members.
Name | Description | |
---|---|---|
Addition |
Adds two matrices.
| |
Division |
Divides a matrix by a scalar.
| |
Equality |
Tests if two matrices are equal.
| |
(MatrixF to Single) |
Performs an explicit conversion from MatrixF to a 2-dimensional
float array.
| |
(MatrixF to Single) |
Performs an explicit conversion from MatrixF to jagged float
array.
| |
(MatrixF to Matrix22F) | ||
(MatrixF to Matrix33F) | ||
(MatrixF to Matrix44F) | ||
(MatrixF to MatrixD) | ||
Inequality |
Tests if two matrices are not equal.
| |
Multiply(Single, MatrixF) |
Multiplies a matrix by a scalar.
| |
Multiply(MatrixF, MatrixF) |
Multiplies two matrices.
| |
Multiply(MatrixF, VectorF) |
Multiplies a matrix with a column vector.
| |
Multiply(MatrixF, Single) |
Multiplies a matrix and a scalar.
| |
Subtraction |
Subtracts two matrices.
| |
UnaryNegation |
Negates a matrix.
|