HCoordinate.c constructor

HCoordinate.c(
  1. Coordinate p
)

Implementation

HCoordinate.c(Coordinate p) {
  x = p.x;
  y = p.y;
  w = 1.0;
}