interface DwgPoint2DWithWeight {
    w: number;
    x: number;
    y: number;
}

Properties

w x y

Properties

w: number
x: number
y: number