Matrix4FMultiply Method |
Name | Description | |
---|---|---|
Multiply(Single, Matrix4F, Matrix4F) |
Multiplies a matrix by a given value.
| |
Multiply(Matrix4F, Matrix4F, Matrix4F) |
Multiplies two matrices.
| |
Multiply(Matrix4F, RayF, RayF) |
Translates the ray coordinates to the space defined by a matrix.
| |
Multiply(Matrix4F, Vector3F, Vector3F) |
Multiplies a matrix by a given Vector3F structure.
| |
Multiply(Matrix4F, Vector4F, Vector4F) |
Multiplies a matrix by a given Vector4F structure.
| |
Multiply(Matrix4F, Single, Matrix4F) |
Multiplies a matrix by a given value.
| |
Multiply(RayF, Matrix4F, RayF) |
Translates the ray coordinates to the space defined by a matrix.
| |
Multiply(Vector3F, Matrix4F, Vector3F) |
Multiplies a matrix by a given Vector3F structure.
| |
Multiply(Vector4F, Matrix4F, Vector4F) |
Multiplies a matrix by a given Vector4F structure.
|