| 
    geomc 1.0
    
   A c++ linear algebra template library 
   | 
 
A pair of tangents for a knot or segment in a Bezier path. More...
#include <geomc/shape/CubicPath.h>
Public Attributes | |
| VecType< T, N > | t0 | 
| The tangent for s in the negative direction.  | |
| VecType< T, N > | t1 | 
| The tangent for s in the positive direction.  | |
A pair of tangents for a knot or segment in a Bezier path.