T1 Description Name class Tinman.Curve.T1 Derived from Curve A curve hat interpolates through a sequence of 1D control points and tangents. Fields / Required points Type number[] Constraint # != null The control points of the curve. tangents Type number[] The control tangents of the curve. Fields / External continuity Type Continuity The continuity of the curve. length Type number The length of the curve, treating control points as 3D points. P4 T2