Searched refs:originToOtherAngle (Results 1 – 1 of 1) sorted by relevance
65 double originToOtherAngle = Math.atan2(origin.mY - other.mY, other.mX - origin.mX); in arcAngleTo() local66 double difference = originToOtherAngle - originToThisAngle; in arcAngleTo()