IntersectionMatrix constructor

IntersectionMatrix()

Creates an IntersectionMatrix with FALSE dimension values.

Implementation

IntersectionMatrix() {
  _init();
}