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

A knot in a Hermite path, along with its tangent velocity. More...

#include <geomc/shape/CubicPath.h>

Public Attributes

VecType< T, Nknot
 The position of the knot.
 
VecType< T, Nvelocity
 The velocity of curve at the knot.
 

Detailed Description

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

A knot in a Hermite path, along with its tangent velocity.


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