Create a AffineMatrix instance. Instead of creating an instance in new mode, use create to create an instance.
Optional
Create a AffineMatrix instance with the specified options.
const matrix = await AffineMatrix.create(); Copy
const matrix = await AffineMatrix.create();
Destroy the current object.
Static
Create an AffineMatrix instance.
Create an AffineMatrix instance with the specified options.
Create a AffineMatrix instance. Instead of creating an instance in new mode, use create to create an instance.