[][src]Type Definition truck_geometry::bspsurface::CPColumnIter

type CPColumnIter<'a, V> = Iter<'a, V>;

The iterator on the control points in the specified column. This iterator is generated by BSplineSurface::ctrl_pts_column_iter().