I hereby claim:
- I am alekseismirnov on github.
- I am alex_phenom (https://keybase.io/alex_phenom) on keybase.
- I have a public key ASDYSAvSVhZCu2SrUWUtLnCxBFePtcZvKxd-O3tmp-nA4Qo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#!/usr/bin/env python2 | |
# -*- coding: utf-8 -*- | |
from __future__ import division | |
import numpy as np | |
from math import cos, sin, pi, sqrt, atan2 | |
d2r = pi/180 | |
class Geometry(object): | |
def circle_intersection(self, circle1, circle2): |