NurbsCurve.point_at
- NurbsCurve.point_at(u: float) compas.geometry.primitives.point.Point [source]
Compute a point on the curve.
- Parameters
t (float) – The value of the curve parameter. Must be between 0 and 1.
- Returns
Point – the corresponding point on the curve.