forward method

Point forward(
  1. Point point
)

Implementation

Point forward(Point point) {
  return fromProj.transform(toProj, point);
}