Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Matrix4x4.operator *

public static Matrix4x4 operator *(Matrix4x4 lhs, Matrix4x4 rhs);

Description

Multiplies two matrices.

The returned result is lhs * rhs.


public static Vector4 operator *(Matrix4x4 lhs, Vector4 v);

Description

Transforms a Vector4 by a matrix.