Skip to content

Instantly share code, notes, and snippets.

@mattbriancon
mattbriancon / optics.py
Last active December 19, 2015 07:49 — forked from ryangomba/optics.py
import math
import json
################################################################################
# POINT
################################################################################
class Point:
def __init__(self, latitude, longitude):