Interface LineSegment

interface LineSegment {
    length: number;
    offset: number;
}

Properties

Properties

length: number
offset: number