@mathjax/src
    Preparing search index...

    Class BBox

    The BBox class

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    w: number

    These are the data stored for a bounding box

    boxSides: [string, number, string][] = ...

    The side names, indices, and which dimension they affect

    fullWidth: string = '100%'

    Constant for pwidth of full width box

    Methods

    • Parameters

      • cbox: BBox

        A bounding box to be added to the right of this one

      Returns void

    • Convert any unspecified values into zeros

      Returns void

    • Parameters

      • cbox: BBox

        A bounding to combine with this one

      • x: number = 0

        An x-offest for the child bounding box

      • y: number = 0

        A y-offset for the child bounding box

      Returns void

    • Set up a bbox for append() and combine() operations

      Returns BBox

      the bbox itself (for chaining calls)

    • Parameters

      • scale: number

        The scale to use to modify the bounding box size

      Returns void

    • Parameters

      • cbox: BBox

        The bounding box to use to overwrite this one

      Returns void