figureone
    Preparing search index...

    Type Alias TypeTransformBasisToBasisUserDefinition

    TypeTransformBasisToBasisUserDefinition:
        | ["bb", TypeBasisObjectDefinition, TypeBasisObjectDefinition]
        | TypeTransformBasisToBasis

    Change of basis transform component definition relative to a specified initial basis.

    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.

    In either case, the first object or nine numbers define the initial basis and the second object or nin numbers define the basis to move to.

    ['bb',TypeBasisObjectDefinition, TypeBasisObjectDefinition] | TypeTransformBasisToBasis