best-fit-strip-pack - v1.1.0
    Preparing search index...

    Interface IPlacementPoint

    Coordinates of a placed rectangle within the packing strip.

    interface IPlacementPoint {
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    x y

    Properties

    x: number

    Horizontal position of the rectangle's bottom-left corner.

    y: number

    Vertical position of the rectangle's bottom-left corner.