|
@@ -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>
|