Click or drag to resize

Matrix4F Operators and Type Conversions

The Matrix4F type exposes the following members.

Operators
 NameDescription
Public operatorStatic memberAddition(Matrix4F, Matrix4F) Adds two matricies.
Public operatorStatic memberEquality(Matrix4F, Matrix4F) Determines whether two given matricies are equal.
Public operatorStatic member(Matrix4F to Matrix4) Implicit conversion from Matrix4F type to Matrix4 type for given value.
Public operatorStatic memberInequality(Matrix4F, Matrix4F) Determines whether two given matricies are unequal.
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.
Public operatorStatic memberSubtraction(Matrix4F, Matrix4F) Subtracts two matricies.
Public operatorStatic memberUnaryNegation(Matrix4F) Negates a matrix.
Top
See Also