ClippingPlane

new Cesium.ClippingPlane(normal, distance)

ClippingPlaneCollection 一起使用的 Hessian Normal 形式的平面。 兼容 平面 中的数学函数
Name Type Description
normal Cartesian3 平面的法线(归一化)。
distance number 从原点到平面的最短距离。 的标志 距离 确定平面的哪一侧为原点 为打开。 如果 distance 为正数,则原点位于半空间中 沿法线方向;如果为负数,则原点位于半空间 与正常相反;如果为零,则平面通过原点。

Members

从原点到平面的最短距离。 的标志 距离 确定平面的哪一侧为原点 为打开。 如果 distance 为正数,则原点位于半空间中 沿法线方向;如果为负数,则原点位于半空间 与正常相反;如果为零,则平面通过原点。
飞机是正常的。

Methods

static Cesium.ClippingPlane.clone(clippingPlane, result)ClippingPlane

克隆 ClippingPlane,而不设置其所有权。
Name Type Description
clippingPlane ClippingPlane 要克隆的 ClippingPlane
result ClippingPlane optional 要存储克隆参数的对象。
Returns:
输入 ClippingPlane 的克隆

static Cesium.ClippingPlane.fromPlane(plane, result)ClippingPlane

从 Plane 对象创建 ClippingPlane。
Name Type Description
plane Plane 包含要复制的参数的平面
result ClippingPlane optional 要存储结果的对象
Returns:
根据平面的参数生成的 ClippingPlane。
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.