ecspresso
    Preparing search index...

    Interface Vector2D

    A 2D vector with x and y components.

    interface Vector2D {
        x: number;
        y: number;
    }
    Index

    Properties

    x y

    Properties

    x: number
    y: number