var MathWrap = require('../Wrap'); var Wrap = function (angle){ return MathWrap(angle, - Math.PI, Math.PI); } ; module.exports = Wrap;