MutablePlane: {
    d: number;
    normal: MutableVector3;
}

Type declaration

  • d: number

    d component of the plane

  • normal: MutableVector3

    Normal of the plane (a,b,c)