类: PlaneGeometry

Cesium. PlaneGeometry

new PlaneGeometry(options)

  
        p1++++++++++++p4
        +          +  +
        +       +     +
        +     +       +
        +   +         +
        + +           +
        p2++++++++++++p3
         
Parameters:
Name Type Description
options Object
Properties
Name Type Description
positions Array.<(Number|Cesium.Cartesian3)> [p1,p2,p3,p4]或者[p1.x,p1.y,p1.z,p2.x,...,p4.z]
Properties:
Name Type Description
positions Array.<(Number|Cesium.Cartesian3)>
Source:

Methods

(static) createGeometry(planeGeometry) → {Cesium.Geometry}

Parameters:
Name Type Description
planeGeometry Cesium.PlaneGeometry
Source:
Returns:
Type
Cesium.Geometry