Capítulo 553 de 859

Chapter 553: GrannyKnot

Core Idea

A Granny Knot curve.

Code Examples

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

Reference Tables

Constructor

Signature
new GrannyKnot()

Methods

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

Key Takeaways

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

Connects To