ClippingPlane

external class ClippingPlane(var normal: Cartesian3, var distance: Double)(source)

A Plane in Hessian Normal form to be used with ClippingPlaneCollection. Compatible with mathematics functions in Plane

See also

Constructors

Link copied to clipboard
constructor(normal: Cartesian3, distance: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The shortest distance from the origin to the plane. The sign of distance determines which side of the plane the origin is on. If distance is positive, the origin is in the half-space in the direction of the normal; if negative, the origin is in the half-space opposite to the normal; if zero, the plane passes through the origin.

Link copied to clipboard

The plane's normal (normalized).