Go to the source code of this file.
|
int | dmat_solve (int n, int rhs_num, double a[]) |
|
bool | Midpoint (const Vec3f &p1, const Vec3f &n1, const Vec3f &p2, const Vec3f &n2, Vec3f *mid) |
|
void | NormalizeSphereParams (float *param) |
|
float | SphereDistance (const float *param, const float *x) |
|
void | SphereDistanceDerivatives (const float *param, const float *x, float *gradient) |
|
void | tetrahedron_circumsphere_3d (double tetra[3 *4], double *r, double pc[3]) |
|
◆ DIM_NUM
◆ RHS_NUM
◆ dmat_solve()
int dmat_solve |
( |
int |
n, |
|
|
int |
rhs_num, |
|
|
double |
a[] |
|
) |
| |
◆ Midpoint()
◆ NormalizeSphereParams()
void NormalizeSphereParams |
( |
float * |
param | ) |
|
◆ SphereDistance()
◆ SphereDistanceDerivatives()
void SphereDistanceDerivatives |
( |
const float * |
param, |
|
|
const float * |
x, |
|
|
float * |
gradient |
|
) |
| |
◆ tetrahedron_circumsphere_3d()
void tetrahedron_circumsphere_3d |
( |
double |
tetra[3 *4], |
|
|
double * |
r, |
|
|
double |
pc[3] |
|
) |
| |