Model - Curve
API reference for src/nodeMethods/curve on @huukhanhnguyen/model, reachable from ./compute.
See the Guide for the ModelJSON / evaluate pipeline.
API reference
Signatures are generated from the live package .d.ts - not hand-written.
length
const
const length: typeof _huukhanhnguyen_geometry_catalog_vector.lengthpointAt
function
Point on the surface at parameters (u, v) ∈ [0,1]².
pointAt(surface: NurbsSurface, u: number, v: number): Point$1