Skip to content

Api > Matrix4x4 > Operator ( Matrix4x4 * Matrix4x4 )


Operator ( Matrix4x4 * Matrix4x4 )⚓︎

Multiplies two matrices.

LHS Type Symbol RHS Type Result Type
Matrix4x4 * Matrix4x4 Matrix4x4

Usage⚓︎

---@type Matrix4x4
local lhs;

---@type Matrix4x4
local rhs;

local result = lhs * rhs; -- result is Matrix4x4