evaluate_at method

evaluate_at(self, u)

Evaluate the curve’s point at specified position

Returns


def evaluate_at(self, u):
    ...
ParameterTypeDescription
ufloatThe position in the curve, between 0 and 1

See Also