A Plane in Hessian Normal form to be used with
ClippingPlaneCollection.
Compatible with mathematics functions in Plane
| Name | Type | Description |
|---|---|---|
normal |
Cartesian3 | 飞机正常(正常). |
distance |
number | 从起源到飞机最短的距离. 标志 #NT##0 距离 NT###1 确定飞机的原产地是哪一边 开始 如果 NT 0 距离 NT 1 为正,则来源于半空格 ; 如果为负, 来源位于半空格 与正常相反;如果为零,则飞机通过原产地. |
Members
从起源到飞机最短的距离. 标志
#NT##0 距离 NT###1 确定飞机的原产地是哪一边
开始 如果 NT 0 距离 NT 1 为正,则来源于半空格
; 如果为负, 来源位于半空格
与正常相反;如果为零,则飞机通过原产地.
normal : Cartesian3
飞机正常.
Methods
static Cesium.ClippingPlane.clone(clippingPlane, result) → ClippingPlane
克隆人克林斯不设所有权.
| Name | Type | Description |
|---|---|---|
clippingPlane |
ClippingPlane | 要复制的剪贴板 |
result |
ClippingPlane | optional 用于存储克隆参数的对象. |
Returns:
输入 ClippingPlane 的克隆
static Cesium.ClippingPlane.fromPlane(plane, result) → ClippingPlane
从 Plane 对象创建剪贴板 .
| Name | Type | Description |
|---|---|---|
plane |
Plane | 包含要复制的参数的平面 |
result |
ClippingPlane | optional 存储结果的对象 |
Returns:
从飞机参数生成的ClippingPlane.