Plane constructor

Plane()

Implementation

Plane()
    : _normal = Vector3.zero(),
      constant = 0.0;