Matrix4Multiply Method |
Name | Description | |
---|---|---|
Multiply(Double, Matrix4, Matrix4) |
Multiplies a matrix by a given value.
| |
Multiply(Matrix4, Matrix4, Matrix4) |
Multiplies two matrices.
| |
Multiply(Matrix4, Ray, Ray) |
Translates the ray coordinates to the space defined by a matrix.
| |
Multiply(Matrix4, Vector3, Vector3) |
Multiplies a matrix by a given Vector3 structure.
| |
Multiply(Matrix4, Vector4, Vector4) |
Multiplies a matrix by a given Vector4 structure.
| |
Multiply(Matrix4, Double, Matrix4) |
Multiplies a matrix by a given value.
| |
Multiply(Ray, Matrix4, Ray) |
Translates the ray coordinates to the space defined by a matrix.
| |
Multiply(Vector3, Matrix4, Vector3) |
Multiplies a matrix by a given Vector3 structure.
| |
Multiply(Vector4, Matrix4, Vector4) |
Multiplies a matrix by a given Vector4 structure.
|