@@ -131,28 +131,28 @@ <h3>[method:BufferAttribute copyArray]( array ) </h3>
131131 < h3 > [method:null copyAt] ( [param:Integer index1], [param:BufferAttribute bufferAttribute], [param:Integer index2] ) </ h3 >
132132 < p > Copy a vector from bufferAttribute[index2] to [page:BufferAttribute.array array][index1].</ p >
133133
134- < h3 > [method:BufferAttribute copyColorsArray]( colors ) </ h3 >
134+ < h3 > [method:BufferAttribute copyColorsArray]( [param:Array colors] ) </ h3 >
135135 < p > Copy an array representing RGB color values into [page:BufferAttribute.array array].</ p >
136136
137- < h3 > [method:BufferAttribute copyVector2sArray]( vectors ) </ h3 >
137+ < h3 > [method:BufferAttribute copyVector2sArray]( [param:Array vectors] ) </ h3 >
138138 < p > Copy an array representing [page:Vector2]s into [page:BufferAttribute.array array].</ p >
139139
140- < h3 > [method:BufferAttribute copyVector3sArray]( vectors ) </ h3 >
140+ < h3 > [method:BufferAttribute copyVector3sArray]( [param:Array vectors] ) </ h3 >
141141 < p > Copy an array representing [page:Vector3]s into [page:BufferAttribute.array array].</ p >
142142
143- < h3 > [method:BufferAttribute copyVector4sArray]( vectors ) </ h3 >
143+ < h3 > [method:BufferAttribute copyVector4sArray]( [param:Array vectors] ) </ h3 >
144144 < p > Copy an array representing [page:Vector4]s into [page:BufferAttribute.array array].</ p >
145145
146- < h3 > [method:Number getX]( index ) </ h3 >
146+ < h3 > [method:Number getX]( [param:Integer index] ) </ h3 >
147147 < p > Returns the x component of the vector at the given index.</ p >
148148
149- < h3 > [method:Number getY]( index ) </ h3 >
149+ < h3 > [method:Number getY]( [param:Integer index] ) </ h3 >
150150 < p > Returns the y component of the vector at the given index.</ p >
151151
152- < h3 > [method:Number getZ]( index ) </ h3 >
152+ < h3 > [method:Number getZ]( [param:Integer index] ) </ h3 >
153153 < p > Returns the z component of the vector at the given index.</ p >
154154
155- < h3 > [method:Number getW]( index ) </ h3 >
155+ < h3 > [method:Number getW]( [param:Integer index] ) </ h3 >
156156 < p > Returns the w component of the vector at the given index.</ p >
157157
158158 < h3 > [method:null onUpload]( [param:Function callback] ) </ h3 >
@@ -185,25 +185,25 @@ <h3>[method:BufferAttribute setArray] ( [param:TypedArray array] ) </h3>
185185 < h3 > [method:BufferAttribute setDynamic] ( [param:Boolean value] ) </ h3 >
186186 < p > Set [page:BufferAttribute.dynamic dynamic] to value.</ p >
187187
188- < h3 > [method:BufferAttribute setX]( index, x ) </ h3 >
188+ < h3 > [method:BufferAttribute setX]( [param:Integer index], [param:Float x] ) </ h3 >
189189 < p > Sets the x component of the vector at the given index.</ p >
190190
191- < h3 > [method:BufferAttribute setY]( index, y ) </ h3 >
191+ < h3 > [method:BufferAttribute setY]( [param:Integer index], [param:Float y] ) </ h3 >
192192 < p > Sets the y component of the vector at the given index.</ p >
193193
194- < h3 > [method:BufferAttribute setZ]( index, z ) </ h3 >
194+ < h3 > [method:BufferAttribute setZ]( [param:Integer index], [param:Float z] ) </ h3 >
195195 < p > Sets the z component of the vector at the given index.</ p >
196196
197- < h3 > [method:BufferAttribute setW]( index, w ) </ h3 >
197+ < h3 > [method:BufferAttribute setW]( [param:Integer index], [param:Float w] ) </ h3 >
198198 < p > Sets the w component of the vector at the given index.</ p >
199199
200- < h3 > [method:BufferAttribute setXY]( index, x, y ) </ h3 >
200+ < h3 > [method:BufferAttribute setXY]( [param:Integer index], [param:Float x], [param:Float y] ) </ h3 >
201201 < p > Sets the x and y components of the vector at the given index.</ p >
202202
203- < h3 > [method:BufferAttribute setXYZ]( index, x, y, z ) </ h3 >
203+ < h3 > [method:BufferAttribute setXYZ]( [param:Integer index], [param:Float x], [param:Float y], [param:Float z] ) </ h3 >
204204 < p > Sets the x, y and z components of the vector at the given index.</ p >
205205
206- < h3 > [method:BufferAttribute setXYZW]( index, x, y, z, w ) </ h3 >
206+ < h3 > [method:BufferAttribute setXYZW]( [param:Integer index], [param:Float x], [param:Float y], [param:Float z], [param:Float w] ) </ h3 >
207207 < p > Sets the x, y, z and w components of the vector at the given index.</ p >
208208
209209
0 commit comments