Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IdentityTransform

Describes the identity transform, which represents the identity matrix.

Hierarchy

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

Private type

  • get type(): "identity"
  • Returns "identity"

Static identity

Methods

Private serialize

  • serialize(target: BufferWriter): void
  • Parameters

    • target: BufferWriter

    Returns void

Static create

  • Returns the transformation that is defined by the specified description.

    Parameters

    Returns Transform

Generated using TypeDoc