3DCoat  3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
UniformCurveDivision Class Reference

Class stores parameters for uniform curve division More...

#include <BezierCurveF.h>

Public Member Functions

 UniformCurveDivision (const BezierCurveF &bcf, int SegmentsCount)
 This fuction makes bijection from values t and s

\[ t \in [0; n], s \in [0; 1] \]

. More...

 

Detailed Description

Class stores parameters for uniform curve division

The curve is parametrized from 0 to n, where n is the number of elementary Bezier curves. Here also there is a partition with respect to a parameter in the interval [0; 1] is proportional to the length of the curve. The length of the last segment may be slightly different from the lengths of other segments, so it is rendered separately

Constructor & Destructor Documentation

UniformCurveDivision::UniformCurveDivision ( const BezierCurveF bcf,
int  SegmentsCount 
)

This fuction makes bijection from values t and s

\[ t \in [0; n], s \in [0; 1] \]

.


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