Skip to main content

Plane

A plane in 3D space, defined by the equation normal · p + d = 0.

  • normal: unit-length normal vector [nx, ny, nz]
  • d: signed distance from origin (negative of normal · pointOnPlane)

Index

Properties

Properties

readonlyd

d: number

readonlynormal

normal: Vec3
Page Options