Skip to content

Instantly share code, notes, and snippets.

rsa==3.1.1
requests==1.2.3
rsa==3.1.1
requests==1.2.3
@yonglin
yonglin / optics.py
Created February 26, 2014 20:30 — forked from ryangomba/optics.py
import math
import json
################################################################################
# POINT
################################################################################
class Point:
def __init__(self, latitude, longitude):