@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Type Alias Vector2<X, Y>

    Vector2: Float64Array & [x: X, y: Y] & { x: X; y: Y }

    2-dimensional Vector object

    Type Parameters

    • X extends number = number
    • Y extends number = number

    Type declaration

    • x: X

      Value of the X coordinate

    • y: Y

      Value of the Y coordinate