Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TransformGroup

Combines multiple transformations into one by multiplying their matrices. As matrix multiplication is not commutative, the order of the child matrices is important.

Hierarchy

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • Initializes a new instance of the TransformGroup class.

    Parameters

    • children: Transform[]

      The transformations of which the group is composed.

    Returns TransformGroup

Properties

children

children: Transform[]

Gets or sets the transformations of which the group is composed.

Accessors

Private type

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

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

Static createTransformGroup

  • returns the transform group that is defined by the specified description.

    Parameters

    Returns TransformGroup

Generated using TypeDoc