/** Descriptor for the mathematical continuity of two 2D Vectors
*/ enumclass B2VectorContinuity
{ /// none
NONE = 0,
/// mathematically negative oriented
C1,
/// mathematically neutral, thus parallel
C2
};
/** Descriptor for possible line joins between two line segments * *Note:WriteLineInfo/ReadLineInfostreamthesevaluesforsvm *fileformat
*/ enumclass B2DLineJoin
{
NONE = 0, // no rounding // removed unused Middle join type
Bevel = 2, // join edges with line
Miter = 3, // extend till cut
Round = 4// create arc
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.