Class THREE.Spline
Defined in: Spline.js.
Constructor Attributes | Constructor Name and Description |
---|---|
THREE.Spline(points)
|
Method Attributes | Method Name and Description |
---|---|
getLength(nSubDivisions)
|
|
getPoint(k)
|
|
<inner> |
interpolate(p0, p1, p2, p3, t, t2, t3)
|
reparametrizeByArcLength(samplingCoef)
|
Method Detail
getControlPointsArray()
getLength(nSubDivisions)
- Parameters:
- nSubDivisions
getPoint(k)
- Parameters:
- k
initFromArray(a)
- Parameters:
- a
<inner>
interpolate(p0, p1, p2, p3, t, t2, t3)
- Parameters:
- p0
- p1
- p2
- p3
- t
- t2
- t3
reparametrizeByArcLength(samplingCoef)
- Parameters:
- samplingCoef