Plane constructor

Plane()

Create a plane with a zero normal and zero constant.

Implementation

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