Plane: {
    normal: math.vec.Vector3;
    point: math.vec.Vector3;
}

Brief

The definition of a plane in 3D

Type declaration

  • normal: math.vec.Vector3
  • point: math.vec.Vector3