clip-range ( from to sequence -- from' to' )


Vocabulary
nurbs

Inputs
froman object
toan object
sequencean object


Outputs
from'an object
to'an object


Definition


: clip-range ( from to sequence -- from' to' )
length min [ 0 max ] dip ;