提交 aff10ae3 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #10655 from BrianSipple/docs/path

[DOCS] fix control point numbering typo in Path docs
......@@ -92,7 +92,7 @@ var path = new THREE.Path(vectors);
<h3>[method:null bezierCurveTo]( [page:Float cp1X], [page:Float cp1Y], [page:Float cp2X], [page:Float cp2Y], [page:Float x], [page:Float y] )</h3>
<div>This creates a bezier curve from [page:.currentPoint] with cp1X, cp1Y and cp1X, cp1Y as control points and updates [page:.currentPoint] to x and y.</div>
<div>This creates a bezier curve from [page:.currentPoint] with (cp1X, cp1Y) and (cp2X, cp2Y) as control points and updates [page:.currentPoint] to x and y.</div>
<h3>[method:null fromPoints]( [page:Array vector2s] )</h3>
<div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册