Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/caviar/src/math/mod.ts>TransformMatrix#multiply

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
method TransformMatrix.prototype.multiply
import { TransformMatrix } from "https://deno.land/x/caviar@2.6.4/src/math/mod.ts";

Parameters

rhs: TransformMatrix
optional
out: TransformMatrix

Returns

TransformMatrix