Lines Matching refs:segment
92 /// Create a line by extending a line segment.
271 /** @brief Same as segment(), but allocate the line segment dynamically. */
278 /** @brief Create a segment of this line.
279 * @param f Time value for the initial point of the segment
280 * @param t Time value for the final point of the segment
281 * @return Created line segment */
282 LineSegment segment(Coord f, Coord t) const {
397 * A helper used to implement line segment intersections.
520 return line.segment(line.nearestTime(seg.initialPoint()),