HCoordinate constructor

HCoordinate()

Implementation

HCoordinate() {
  x = 0.0;
  y = 0.0;
  w = 1.0;
}