Calculate slope of two 3D co-ordinates using C#

  • Thread starter Thread starter DharmenderTongar
  • Start date Start date
D

DharmenderTongar

Guest
|Slope| = √((∂Z/∂x)^2+ (∂Z/∂y)^2 )



I am trying to convert this mathematical formula in programming language. This is the formula for land slope. For this I have two 3D co-ordinates.

Continue reading...
 
Back
Top