Skip to content

Instantly share code, notes, and snippets.

View miguelsousa's full-sized avatar

Miguel Sousa miguelsousa

View GitHub Profile
@miguelsousa
miguelsousa / avar-slant.py
Created October 27, 2017 04:59 — forked from jenskutilek/avar-slant.py
Axis variation mapping generator for the slant axis
#!/usr/bin/env python
# coding: utf-8
from __future__ import division, print_function
from math import atan, pi, tan
start_angle = -15
end_angle = 15
step = 0.1
tolerance = 0.08