Capítulo 349 de 859
A helix curve.
import { HelixCurve } from 'three/addons/curves/CurveExtras.js';
Constructor
| Signature |
|---|
new HelixCurve() |
Methods
| Method | Description |
|---|---|
.getPoint( t : number, optionalTarget : Vector3 ) : Vector3 | This method returns a vector in 3D space for the given interpolation factor. |