Capítulo 349 de 859

Chapter 349: HelixCurve

Core Idea

A helix curve.

Code Examples

import { HelixCurve } from 'three/addons/curves/CurveExtras.js';
  • What it demonstrates: Typical usage of HelixCurve.

Reference Tables

Constructor

Signature
new HelixCurve()

Methods

MethodDescription
.getPoint( t : number, optionalTarget : Vector3 ) : Vector3This method returns a vector in 3D space for the given interpolation factor.

Key Takeaways

  1. HelixCurve extends: Curve
  2. Key methods: getPoint.

Connects To