Skip to content

Matrix

Unofficial

2D transformation matrix.

Import:

import type { Matrix } from '@obsidian-typings/obsidian-public-latest';

Signature:

export class Matrix

Properties

PropertyTypeDescription
anumberScale X.
bnumberShear Y.
cnumberShear X.
dnumberScale Y.
txnumberTranslate X.
tynumberTranslate Y.