The Matrix4 type exposes the following members.
Operators| | Name | Description |
|---|
  | Addition(Matrix4, Matrix4) |
Adds two matricies.
|
  | Equality(Matrix4, Matrix4) |
Determines whether two given matricies are equal.
|
  | Inequality(Matrix4, Matrix4) |
Determines whether two given matricies are unequal.
|
  | Multiply(Double, Matrix4) |
Multiplies a matrix by a given value.
|
  | Multiply(Matrix4, Matrix4) |
Multiplies two matrices.
|
  | Multiply(Matrix4, Ray) |
Translates the ray coordinates to the space defined by a matrix.
|
  | Multiply(Matrix4, Vector3) |
Multiplies a matrix by a given Vector3 structure.
|
  | Multiply(Matrix4, Vector4) |
Multiplies a matrix by a given Vector4 structure.
|
  | Multiply(Matrix4, Double) |
Multiplies a matrix by a given value.
|
  | Multiply(Ray, Matrix4) |
Translates the ray coordinates to the space defined by a matrix.
|
  | Multiply(Vector3, Matrix4) |
Multiplies a matrix by a given Vector3 structure.
|
  | Multiply(Vector4, Matrix4) |
Multiplies a matrix by a given Vector4 structure.
|
  | Subtraction(Matrix4, Matrix4) |
Subtracts two matricies.
|
  | UnaryNegation(Matrix4) |
Negates a matrix.
|
Top
See Also