Interface Poly

interface Poly {
    drag: boolean;
    dragConstraint: DragConstraint;
    points: Vec2[];
}

Hierarchy (view full)

Properties

drag: boolean
dragConstraint: DragConstraint
points: Vec2[]