X:
Y:
Z:
MinU:
MaxU:
Syntax help
Source code for the parametric
curve object. Use this object as
a parameter in the CurveBuilder
class (the curve shown in this
demo is actually an extruded form
of the curve, just to illustrate depth;
CurveBuilder will only generate
line segments approximating the curve,
not the extruded surface).
Example:
var surface = new H3DU.CurveBuilder()
.position({"evaluate":...});
.