Module truck_geometry::bspsurface[][src]

Defines some iterators on control points of B-spline surface.

Structs

CPRowIter

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

Type Definitions

CPColumnIter

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