geomc 1.0
A c++ linear algebra template library
Loading...
Searching...
No Matches
BezierPath< T, N >::Knot Struct Reference

A knot in a Bezier path, along with its tangents. More...

#include <geomc/shape/CubicPath.h>

Public Attributes

VecType< T, Nknot
 
Tangent tangents
 

Detailed Description

template<typename T, index_t N>
struct geom::BezierPath< T, N >::Knot

A knot in a Bezier path, along with its tangents.


The documentation for this struct was generated from the following file: