Members
points : Array.<Cartesian3>|Array.<Quaternion>
一组控制点。
-
Default Value:
undefined
控制点的时间数组。
-
Default Value:
undefined
Methods
将给定时间钳制到样条曲线覆盖的周期。
Name | Type | Description |
---|---|---|
time |
Number | 时间。 |
Returns:
时间,固定到动画周期。
evaluate(time, result) → Cartesian3|Quaternion|Array.<Number>
在给定时间计算曲线。
Name | Type | Description |
---|---|---|
time |
Number | 计算曲线的时间。 |
result |
Cartesian3 | Quaternion | Array.<Number> | optional 要将结果存储到的对象。 |
Returns:
在给定时间修改的结果参数或曲线上点的新实例。
Throws:
f
i
将索引i放入times
中,使参数
time
在[times[i], times[i + 1]]
区间。Name | Type | Description |
---|---|---|
time |
Number | 时间。 |
startIndex |
Number | 从中开始搜索的索引。 |
Returns:
间隔开始时元素的索引。
Throws:
将给定时间包装为样条曲线覆盖的周期。
Name | Type | Description |
---|---|---|
time |
Number | 时间。 |
Returns:
时间,围绕着动画的周期。