PlaneEntity(position, width, height, plane)
Constructor
#
new PlaneEntity(position, width, height, plane)
Parameters:
| Name |
Type |
Attributes |
Description |
position |
Position
|
|
任意类型的坐标 |
width |
number
|
|
宽度 |
height |
number
|
|
高度 |
plane |
object
|
|
平面参数 |
normal |
Cesium.Cartesian3
|
<optional>
|
normal - 平面法向量 |
distance |
number
|
<optional>
|
distance - 平面和原点的距离 |
- Author:
-
Extends
Members
number
#
readonly
distance
number
#
readonly
height
number
#
readonly
width
Methods
#
addTo(layer) → {Graphic}
Parameters:
| Name |
Type |
Description |
layer |
Layer
|
图层 |
- Overrides:
- See:
-