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

    Interface IPlacementPointRotatable

    Coordinates and orientation of a placed rectangle with rotation support.

    interface IPlacementPointRotatable {
        rotated: boolean;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    rotated: boolean

    Whether the rectangle was rotated during placement.

    • true: Width and height were swapped
    • false: Original orientation was maintained
    x: number

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

    y: number

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