Gleam - v1.0.2
    Preparing search index...

    Interface Sides

    Derived geometry returned by Rect.sides.

    interface Sides {
        bottom: number;
        centerPos: Vec2;
        halfSize: Vec2;
        right: number;
    }
    Index

    Properties

    bottom: number

    Lower edge (y + h).

    centerPos: Vec2

    Center point.

    halfSize: Vec2

    Half the width and height.

    right: number

    Right edge (x + w).