(elevation of point_with_maximum_elevation minus elevation of point_with_minimum_elevation) divided by (length between point_with_maximum_elevation and point_with minimum_elevation).
I have used the PointCloudStatisticsCalculator to get the min and max, but it does not tell me where these points these are so I can't determine the length between the points. Is there another way to do this?
Thanks