interface GeoLine {
    dir: Vector2;
    p: Vector2;
    type: GeoType;
}

Hierarchy (view full)

Properties

Properties

dir: Vector2
type: GeoType