caryclark 2016-03-23 11:15:57 -07:00 committed by Commit bot
parent 633b35657c
commit a567dde7fc

View File

@ -63,7 +63,7 @@ public:
/** Given a start and stop distance, return in dst the intervening segment(s). /** Given a start and stop distance, return in dst the intervening segment(s).
If the segment is zero-length, return false, else return true. If the segment is zero-length, return false, else return true.
startD and stopD are pinned to legal values (0..getLength()). If startD <= stopD startD and stopD are pinned to legal values (0..getLength()). If startD > stopD
then return false (and leave dst untouched). then return false (and leave dst untouched).
Begin the segment with a moveTo if startWithMoveTo is true Begin the segment with a moveTo if startWithMoveTo is true
*/ */