Plane constructor

Plane()

Implementation

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