Extends
Members
与图元关联的特征 ID;不需要唯一。
- Inherited From:
图元是否显示。
- Inherited From:
此图元中的位置(顶点)数量。始终为 1。
Methods
static Cesium.BufferPoint.clone(point, result) → BufferPoint
将源点的数据复制到结果。
| Name | Type | Description |
|---|---|---|
point |
BufferPoint | |
result |
BufferPoint |
Returns:
getMaterial(result) → BufferPrimitiveMaterial
| Name | Type | Description |
|---|---|---|
result |
BufferPrimitiveMaterial |
Returns:
- Inherited From:
getPosition(result) → Cartesian3
获取此点的位置。
| Name | Type | Description |
|---|---|---|
result |
Cartesian3 | optional |
Returns:
| Name | Type | Description |
|---|---|---|
material |
BufferPrimitiveMaterial |
- Inherited From:
设置此点的位置。
| Name | Type | Description |
|---|---|---|
position |
Cartesian3 |
返回表示该点的可 JSON 序列化的对象。此编码
不具有内存效率,通常应用于调试和测试。
Returns:
可 JSON 序列化的对象。
- Inherited From:
