new CSG.Plane(normal, w)
class Plane
Represents a plane in 3D space.
Parameters:
| Name | Type | Description |
|---|---|---|
normal |
Array.<Number> | Cesium.CSG.Vector | |
w |
Number |
Properties:
| Name | Type | Description |
|---|---|---|
normal |
Cesium.CSG.Vector | |
w |
Number |
- Source: