範例:直線資料格式
資料格式:
end1[3]
(dbl)
直線的起點
end2[3]
(dbl)
直線的終點
參數化:
(x, y, z) = (1 - t) * end1 + t * end2
這是否有幫助?