@twinfinity/geometryInterfacesPlaneOn this pagePlane 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 PropertiesdnormalProperties readonlydd: numberreadonlynormalnormal: Vec3
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 ofnormal · pointOnPlane)