|
HDK
|
TsSplineSamples<Vertex> holds a collection of piecewise linear polylines that approximate a TsSpline.
More...
#include <types.h>
Public Types | |
| using | Polyline = std::vector< Vertex > |
Public Attributes | |
| std::vector< Polyline > | polylines |
TsSplineSamples<Vertex> holds a collection of piecewise linear polylines that approximate a TsSpline.
The vertex must be one of GfVec2d, GfVec2f, or GfVec2h. Note that you may have precision or overflow issues if you use GfVec2h.
| using TsSplineSamples< Vertex >::Polyline = std::vector<Vertex> |
| std::vector<Polyline> TsSplineSamples< Vertex >::polylines |