提交 9a1a06c9 编写于 作者: M Mr.doob

Clean up.

上级 aa3df26a
......@@ -70,11 +70,12 @@ _Math = {
},
//https://en.wikipedia.org/wiki/Linear_interpolation
lerp: function( x, y, t ){
// https://en.wikipedia.org/wiki/Linear_interpolation
lerp: function ( x, y, t ) {
return ( 1 - t ) * x + t * y;
},
// http://en.wikipedia.org/wiki/Smoothstep
......@@ -173,4 +174,4 @@ _Math = {
};
export { _Math };
\ No newline at end of file
export { _Math };
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册