Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/threejs_4_deno/src/extras/core/Curve.js>Curve#getPointAt

A simple transformation of three.js for use within a Deno workflow
Go to Latest
method Curve.prototype.getPointAt
import { Curve } from "https://deno.land/x/threejs_4_deno@v121/src/extras/core/Curve.js";

Returns a vector for point at relative position in curve according to arc length getPointAt(u: number, optionalTarget?: T): T;

Parameters

u: number
optional
optionalTarget: T