创建一个曲线参数化和评估的时间。
Members
-
points : Array.<Cartesian3>|Array.<Quaternion>
-
控制点的阵列。
-
Default Value:
undefined
-
控制点的时间数组。
-
Default Value:
undefined
Methods
-
evaluate(time, result) → Cartesian3|Quaternion
-
在给定时间对曲线求值。
Name Type Description time
Number 计算曲线的时间。 result
Cartesian3 | Quaternion optional 存储结果的对象。 Returns:
修改后的结果参数或给定时间内曲线上点的新实例。Throws:
-
在
i
中查找索引i
,使得参数time
在[times[i], times[i + 1]]区间
。Name Type Description time
Number 时间。 startIndex
Number 开始搜索的索引。 Returns:
区间起点元素的索引。Throws: