Closed CFDerZhang closed 2 years ago
for NURBS : x=x(t) y=y(t)
Given x, how to quickly get y for a NURBS curve?
geomdl only supports (u, v, w) -> (x, y, z) mapping. You might need to use some other optimization methods to find y from a given x, such as the ones included in scipy.
geomdl
scipy
for NURBS : x=x(t) y=y(t)
Given x, how to quickly get y for a NURBS curve?