File: module-ParametricFunctions.md | Updated: 11/15/2025
ParametricFunctions is an addon, and must be imported explicitly, see Installation#Addons.
import * as ParametricFunctions from 'three/addons/geometries/ParametricFunctions.js';
A parametric function representing the Klein bottle.
v | The v coordinate on the surface in the range [0,1].
---|---
u | The u coordinate on the surface in the range [0,1].
target | The target vector that is used to store the method's result.
A parametric function representing a flat mobius strip.
u | The u coordinate on the surface in the range [0,1].
---|---
t | The v coordinate on the surface in the range [0,1].
target | The target vector that is used to store the method's result.
A parametric function representing a volumetric mobius strip.
u | The u coordinate on the surface in the range [0,1].
---|---
t | The v coordinate on the surface in the range [0,1].
target | The target vector that is used to store the method's result.
A parametric function representing a flat plane.
u | The u coordinate on the surface in the range [0,1].
---|---
v | The v coordinate on the surface in the range [0,1].
target | The target vector that is used to store the method's result.