Import
ParametricFunctions is an addon, and must be imported explicitly, see Installation#Addons.
import * as ParametricFunctions from 'three/addons/geometries/ParametricFunctions.js';
Methods
.klein( v : number, u : number, target : Vector3 ) (inner)
A parametric function representing the Klein bottle.
| v |
The |
| u |
The |
| target |
The target vector that is used to store the method's result. |
.mobius( u : number, t : number, target : Vector3 ) (inner)
A parametric function representing a flat mobius strip.
| u |
The |
| t |
The |
| target |
The target vector that is used to store the method's result. |
.mobius3d( u : number, t : number, target : Vector3 ) (inner)
A parametric function representing a volumetric mobius strip.
| u |
The |
| t |
The |
| target |
The target vector that is used to store the method's result. |
.plane( u : number, v : number, target : Vector3 ) (inner)
A parametric function representing a flat plane.
| u |
The |
| v |
The |
| target |
The target vector that is used to store the method's result. |