|
mmg2d
|
Functions for Bezier surface computation. More...
#include "mmgcommon.h"
Functions | |
| void | MMG5_bezierEdge (MMG5_pMesh mesh, int i0, int i1, double b0[3], double b1[3], int8_t isrid, double v[3]) |
Functions for Bezier surface computation.
|
inline |
| mesh | pointer toward the mesh structure. |
| i0 | index of the first extremity of the edge. |
| i1 | index of the second extremity of the edge. |
| b0 | first computed bezier coefficient. |
| b1 | second computer bezier coefficient. |
| isrid | is a special edge? |
| v | normal to the triangle from which we come. |
Computes the Bezier coefficients associated to the underlying curve to
.
