提交 dfb30c32 编写于 作者: S Sergey Romanov

fix typo

上级 c0a36b2f
......@@ -103,7 +103,7 @@
Computes length of this vector.
</div>
<h3>[method:Float lengthManhatten]()</h3>
<h3>[method:Float lengthManhattan]()</h3>
<div>
Computes Manhattan length of this vector.<br />
[link:http://en.wikipedia.org/wiki/Taxicab_geometry]
......
......@@ -337,7 +337,7 @@ THREE.Vector2.prototype = {
},
lengthManhatten: function() {
lengthManhattan: function() {
return Math.abs( this.x ) + Math.abs( this.y );
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册