Loading...
Searching...
No Matches
TsSplineSamples< Vertex > Class Template Reference

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
 

Detailed Description

template<typename Vertex>
class TsSplineSamples< Vertex >

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.

See also
TsSplineSamplesWithSources and TsSpline::Sample

Definition at line 254 of file types.h.

Member Typedef Documentation

◆ Polyline

using Polyline = std::vector<Vertex>

Definition at line 261 of file types.h.

Member Data Documentation

◆ polylines

std::vector<Polyline> polylines

Definition at line 263 of file types.h.


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