تقييد النسبة الأحادية بين 0 و 1
بين 0 و 1، شامل ال1
const line = Line.create.one({ end: 10 })const t = Line.time.from.clamp(line, 1.5)// t = 10 Copy
const line = Line.create.one({ end: 10 })const t = Line.time.from.clamp(line, 1.5)// t = 10
const line = Line.create.one({ end: 10 })const t = Line.time.from.clamp(line, -0.5)// t = 0 Copy
const line = Line.create.one({ end: 10 })const t = Line.time.from.clamp(line, -0.5)// t = 0
تقييد النسبة الأحادية بين 0 و 1