transform_point

Function transform_point 

Source
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 projection
  • dest: destination projection
  • point: point to mutate