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