Interface Line

interface Line {
    p1: Vec2;
    p2: Vec2;
}

Properties

Properties

p1: Vec2
p2: Vec2

Generated using TypeDoc