Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/threejs_4_deno/src/Three.js>CatmullRomCurve3

A simple transformation of three.js for use within a Deno workflow
Go to Latest
class CatmullRomCurve3
extends Curve<Vector3>
import { CatmullRomCurve3 } from "https://deno.land/x/threejs_4_deno@v121/src/Three.js";

Constructors

new
CatmullRomCurve3(
points?: Vector3[],
closed?: boolean,
curveType?: string,
tension?: number,
)

Properties

points: Vector3[]
type: string