Skip to content

Instantly share code, notes, and snippets.

View AlekseiSmirnov's full-sized avatar

Alex Smirnov AlekseiSmirnov

View GitHub Profile
#!/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):