op_Multiply

operator *

Multipliziere die beiden Matrizen

public static Matrix4 operator *(Matrix4 lhs, Matrix4 rhs)
ParameterTypBeschreibung
lhsMatrix4Links.
rhsMatrix4Rechts.

Rückgabewert

Ergebnismatrix

Siehe auch


operator *

Multipliziere die Matrix und den Vektor3

public static Vector3 operator *(Matrix4 lhs, Vector3 v)
ParameterTypBeschreibung
lhsMatrix4Links.
vVector3v.

Rückgabewert

Ergebnismatrix

Siehe auch


operator *

Multipliziere die Matrix und den Vektor4

public static Vector4 operator *(Matrix4 lhs, Vector4 v)
ParameterTypBeschreibung
lhsMatrix4Links.
vVector4v.

Rückgabewert

Ergebnismatrix

Siehe auch


operator *

Multiplizieren Sie die Matrix und verdoppeln Sie den Wert

public static Matrix4 operator *(Matrix4 lhs, double v)
ParameterTypBeschreibung
lhsMatrix4Links.
vDoublev.

Rückgabewert

Ergebnismatrix

Siehe auch