T3 Description Name class Tinman.Curve.T3 Derived from Curve A curve hat interpolates through a sequence of 3D control points and tangents. Fields / Required points Type Vec3[] Constraint # != null The control points of the curve. tangents Type Vec3[] 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. T2 T4