Gleam - v1.0.2
    Preparing search index...

    Interface Vector4

    Vector2 plus w/h for AABB-style values.

    interface Vector4 {
        h: number;
        w: number;
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    h w x y

    Properties

    h: number

    Height.

    w: number

    Width.

    x: number

    Horizontal component.

    y: number

    Vertical component.