与给定的起源和方向一起描述一个节日的轮廓.
| Name | Type | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
下列属性的对象 :
|
Members
Methods
static Cesium.FrustumOutlineGeometry.createGeometry(frustumGeometry) → Geometry|undefined
计算一个圆形轮廓的几何表示,包括它的顶点,指数和边框.
| Name | Type | Description |
|---|---|---|
frustumGeometry |
FrustumOutlineGeometry | A description of the frustum. |
Returns:
计算出的顶点和指数.
将所提供的实例存储到所提供的数组中.
| Name | Type | Default | Description |
|---|---|---|---|
value |
FrustumOutlineGeometry | 包装的价值. | |
array |
Array.<number> | 装入的阵列. | |
startingIndex |
number |
0
|
optional The index into the array at which to start packing the elements. |
Returns:
装入的阵列
从组合的数组中获取实例 .
| Name | Type | Default | Description |
|---|---|---|---|
array |
Array.<number> | 装填的阵列. | |
startingIndex |
number |
0
|
optional The starting index of the element to be unpacked. |
result |
FrustumOutlineGeometry | optional 存储结果的对象. |