41 CSectionBezier(
const vector<XY> &BezierPoints,
bool bSingleQuadrant =
false);
48 void PopulateTiXmlElement(TiXmlElement &Element,
OUTPUT_TYPE OutputType)
const;
50 string GetType()
const {
return "CSectionBezier"; }
51 string GetDefaultName()
const;
53 XY GetPoint(
double t)
const;
Section made up of bezier curves.
vector< XY > m_BezierPoints
CSection * Copy() const
Create a copy of the derived section and return a pointer to the newly created instance.
string GetType() const
Derived class should return the class name.
Abstract base class respresenting a yarn cross-section.
Namespace containing a series of customised math operations not found in the standard c++ library.
bool operator==(const XYZ &left, const XYZ &right)
Struct for representing points in 2D space.