Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Matrix4x4.operator *

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

Description

Multiplies two matrices.

The returned result is lhs * rhs.

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

Description

Transforms a Vector4 by a matrix.