Matrix4x4Operator ( Matrix4x4 * Matrix4x4 )On this pageOperator ( Matrix4x4 * Matrix4x4 ) Multiplies two matrices. LHS TypeSymbolRHS TypeResult TypeMatrix4x4*Matrix4x4Matrix4x4 Usage ---@type Matrix4x4local lhs;---@type Matrix4x4local rhs;local result = lhs * rhs; -- result is Matrix4x4