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