Skip to content

Added a function to compute Cartesian coordinates from surface distance and angle measurements.

Jason Moore requested to merge cartesian-from-measurements into master

@monthubbard I wrote a function here to convert the distance along the surface and angle measurements to the Cartesian x,y coordinates. I am calculating the mean angle between adjacent points and using that as the slope for calculating the adjacent x and y values. Is this how you do it?

Merge request reports