Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Functions for Bezier surface computation. More...
#include "mmgcommon_private.h"
Go to the source code of this file.
Functions | |
void | MMG5_bezierEdge (MMG5_pMesh mesh, MMG5_int i0, MMG5_int i1, double b0[3], double b1[3], int8_t isrid, double v[3]) |
Functions for Bezier surface computation.
Definition in file bezier.c.
|
inline |
mesh | pointer to 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 \([p0;p1]\) a special edge? |
v | normal to the triangle from which we come. |
Computes the Bezier coefficients associated to the underlying curve to \([p0;p1]\).
Definition at line 51 of file bezier.c.