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