Nova Editor - v1.0.0
    Preparing search index...

    Interface Vector2

    Vector2 type for 2D coordinates 2D坐标向量类型

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

    Properties

    x y

    Properties

    x: number
    y: number