public Vector3 InterpolateNormalByLen(float tl) { SplineControlPoint seg = LenToSegment(tl, out var localF); return(seg.InterpolateNormal(localF)); }