figureone
    Preparing search index...

    Type Alias TypeTransformBasisUserDefinition

    TypeTransformBasisUserDefinition:
        | ["b", TypeBasisObjectDefinition]
        | TypeTransformBasis

    Change of basis transform component definition. This is a change of basis from the standard basis: i: (1, 0, 0), j: (0, 1, 0), k: (0, 0, 1).

    A basis can be defined with either the definition object TypeBasisObjectDefinition where only two vectors need to be defined (the third will be automatically calculated), or with 9 numbers where all three vectors need to be defined in (ix, iy, iz, jx, jy, jz, kx, ky, kz) order.

    ['b',TypeBasisObjectDefinition] | TypeTransformBasis