def tangent_at_parameter(curve, t): return cmds.pointOnCurve(curve, parameter=t, normalizedTangent=True)