Interface BCFLine

BCF line segment.

interface BCFLine {
    end_point: BCFVector;
    start_point: BCFVector;
}

Properties

end_point: BCFVector

BCF line segment end point.

start_point: BCFVector

BCF line segment start point.