Recent content by JonasB

  1. J

    Calculating Angle ACB in a Circle Given Point B and Angle from Point A

    I found this: Math.Asin(side2 * Math.Sin(angle1) / side1) which, according to the description, should give me the CAB angle. I don't see why exactly, but I'm happy as long as it works. Thanks anyway! /Jonas
  2. J

    Calculating Angle ACB in a Circle Given Point B and Angle from Point A

    Hello all, sorry if this is a trivial question, or if it's been asked before, but I'm not good with math terminology so my googling doesn't give me much info.. I'm trying to work out a problem in order to recreate some functions that are missing from the public API of Google Earth. (If this is...
Back
Top