pub fn transform_point<P: TransformCoordinates + Debug>(
src: &ProjectionTransform,
dest: &ProjectionTransform,
point: &mut P,
)Expand description
Transforms a point from one projection to another
ยงParameters
src: source projectiondest: destination projectionpoint: point to mutate