Matrix22F Operators and Type Conversions |
The Matrix22F 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.
| |
(Matrix22F to Single) |
Performs an explicit conversion from Matrix22F to a 2-dimensional
float array.
| |
(Matrix22F to Single) |
Performs an explicit conversion from Matrix22F
to a jagged float array.
| |
(Matrix22F to MatrixF) | ||
(Matrix22F to Matrix22D) | ||
Inequality |
Tests if two matrices are not equal.
| |
Multiply(Single, Matrix22F) |
Multiplies a matrix by a scalar.
| |
Multiply(Matrix22F, Matrix22F) |
Multiplies two matrices.
| |
Multiply(Matrix22F, Vector2F) |
Multiplies a matrix with a column vector.
| |
Multiply(Matrix22F, Single) |
Multiplies a matrix and a scalar.
| |
Subtraction |
Subtracts two matrices.
| |
UnaryNegation |
Negates a matrix.
|