range

open fun range(interval: Interval): Curve2(source)

Return

the curve within interval.lo, interval.hi

Parameters

interval

the parametric range


open fun range(tMin: Double, tMax: Double): Curve2(source)

Return

the curve within tMin, tMax

Parameters

tMin

the lower parametric bound

tMax

the upper parametric bound