transform

The transform module.

class nutils.transform.TransformItem(todims, fromdims)

Bases: nutils.types.Singleton

Affine transformation.

Base class for transformations of the type A x + b.

Parameters:
  • todims (int) – Dimension of the affine transformation domain.
  • fromdims (int) – Dimension of the affine transformation range.