Bezier curve Typ_CVBEZ. More...
#include <ut_geo.h>
Data Fields | |
| int | ptNr |
| Point * | cptab |
| double | va |
| double | vb |
Bezier curve Typ_CVBEZ.
ptNr ... number of control points; degree = (ptNr - 1) cptab ... control points of Bezier curve (number = ptNr) va, vb ... global end-parameters of Bezier curve
| int CurvBez::ptNr |
| double CurvBez::va |
| double CurvBez::vb |
1.6.3