public static Point2 <double> Translate(HomographyMatrix <double> homographyMatrix, double srcX, double srcY)
 => homographyMatrix.Translate(srcX, srcY);
 public static Point2 <float> Translate(HomographyMatrix <float> homographyMatrix, float srcX, float srcY)
 => homographyMatrix.Translate(srcX, srcY);