meifu

Results 2 comments of meifu

> function shapeSquare(theta) { > return Math.min( > 1 / Math.abs(Math.cos(theta)), > 1 / Math.abs(Math.sin(theta)) > ); > }; 亲测可用,谢谢老哥。