📄 threejs/Addons/Curves/DecoratedTorusKnot5a

File: DecoratedTorusKnot5a.md | Updated: 11/15/2025


title: DecoratedTorusKnot5a category: Addons layout: docs

DecoratedTorusKnot5a

A Decorated Torus Knot 5a.

Import

DecoratedTorusKnot5a is an addon, and must be imported explicitly, see Installation#Addons.

import { DecoratedTorusKnot5a } from 'three/addons/curves/CurveExtras.js';

Constructor

new DecoratedTorusKnot5a( scale : number )

Constructs a new Decorated Torus Knot 5a.

scale | The curve's scale. Default is 1.
---|---

Properties

.scale : number

The curve's scale.

Default is 40.

Methods

.getPoint( t : number, optionalTarget : Vector3 ) : Vector3

This method returns a vector in 3D space for the given interpolation factor.

t | A interpolation factor representing a position on the curve. Must be in the range [0,1].
---|---
optionalTarget | The optional target vector the result is written to.

Overrides: Curve#getPoint

Returns: The position on the curve.

Source

examples/jsm/curves/CurveExtras.js