Skip to content

Commit

Permalink
Added method to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
felixwri committed Oct 17, 2024
1 parent 932327b commit 3bd095c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/examples/en/lines/LineGeometry.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ <h3>[method:this setPositions]( [param:Array array] )</h3>
The length must be a multiple of three.
</p>

<h3>[method:this setFromPoints]( [param:Array points] )</h3>
<p>
Replace the vertex positions with an array of points.
Can be either a `Vector3` or `Vector2` array.
</p>

<h2>Source</h2>

<p>
Expand Down

0 comments on commit 3bd095c

Please sign in to comment.