ReadonlyPlane: {
    d: number;
    normal: ReadonlyVector3;
}

Type declaration

  • d: number

    d component of the plane

  • normal: ReadonlyVector3

    Normal of the plane (a,b,c)