Click or drag to resize

Matrix4FMultiply Operator

Overload List
 NameDescription
Public operatorStatic memberMultiply(Matrix4F, Matrix4F) Multiplies two matrices.
Public operatorStatic memberMultiply(Matrix4F, RayF) Translates the ray coordinates to the space defined by a matrix.
Public operatorStatic memberMultiply(Matrix4F, Vector3F) Multiplies a matrix by a given Vector3F structure.
Public operatorStatic memberMultiply(Matrix4F, Vector4F) Multiplies a matrix by a given Vector4F structure.
Public operatorStatic memberMultiply(Matrix4F, Single) Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(RayF, Matrix4F) Translates the ray coordinates to the space defined by a matrix.
Public operatorStatic memberMultiply(Single, Matrix4F) Multiplies a matrix by a given value.
Public operatorStatic memberMultiply(Vector3F, Matrix4F) Multiplies a matrix by a given Vector3F structure.
Public operatorStatic memberMultiply(Vector4F, Matrix4F) Multiplies a matrix by a given Vector4F structure.
Top
See Also