Lines Matching defs:at
6 * Marco Cecchetti <mrcekets at gmail.com>
14 * (the "LGPL") or, at your option, under the terms of the Mozilla
27 * compliance with the License. You may obtain a copy of the License at
148 /// Convert times at or beyond 1 to 0 on the next curve.
155 /// Convert times at or before 0 to 1 on the previous curve.
213 /// Get a time at least @a min_dist away in parameter space from the ends.
350 /// Construct an empty path starting at the specified point.
408 Curve const &at(size_type i) const { return _data->curves.at(i); }
411 * Since the curve always contains at least a degenerate closing segment,
468 * degenerate closing segment may be at a different point, affecting the operation
525 /** Get the curve at the specified time value.
533 /** @brief Get the point at the specified time value.
542 /// Get one coordinate (X or Y) at the specified time value.
545 /// Get the curve at the specified path time.
547 /// Get the point at the specified path time.
549 /// Get one coordinate at the specified path time.
560 /** @brief Determine the winding number at the specified point.
800 /// Append a stitching segment ending at the specified point.