Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

Matrix4x4.operator *

Switch to Manual
public static operator *(lhs: Matrix4x4, rhs: Matrix4x4): Matrix4x4;

Parameters

Description

Multiplies two matrices.

The returned result is lhs * rhs.


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

Parameters

Description

Transforms a Vector4 by a matrix.