Implements

Constructors

Properties

Methods

Constructors

  • Create a AffineMatrix instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a AffineMatrix instance with the specified options.

    Returns AffineMatrix

    const matrix = await AffineMatrix.create();
    

Properties

options: Options

Methods

  • Destroy the current object.

    Returns Promise<void>

  • Create an AffineMatrix instance.

    Parameters

    • Optionaloptions: Options

      Create an AffineMatrix instance with the specified options.

    Returns Promise<AffineMatrix>