ICurve

verb.geom.ICurve

INTERFACE

Source code

An interface representing a Curve

Implements: ISerializable

asNurbs

METHOD

Source code

asNurbs() : NurbsCurveData

Provide the NURBS representation of the curve

returns

domain

METHOD

Source code

domain() : Interval<Float>

Obtain the parametric domain of the curve

returns

point

METHOD

Source code

point(u : Float) : Point

Evaluate a point on the curve

params

returns

derivatives

METHOD

Source code

derivatives(u : Float, numDerivs : Int) : Array<Vector>

Evaluate the derivatives at a point on a curve

params

returns