direction

  1. C

    Calculating new Lat/Long from current point, distance & bearing

    I have been hitting myself over the head for a couple hours now. I am trying to calculate the new latitude & longitude (position) when all I have is old latitude & longitude, distance traveled and direction. The formula I found online is: 'lat2 = asin(sin(lat1)*cos(d/R) +...
  2. B

    Question Get DataGrid sort direction

    Hi, I know how to set sorting direction on each column in datagrid programatically, but I wonder how to do the opposite: obtain the sorting direction for a particular column. Does anyone know? Thanks
Back
Top