#include <Cube.h>
Public 成员函数 | |
Cube (Rect3 const &space, Fun3s const &sdf) | |
IntersectInfo | Intersect (double isoLevel=0) const |
Private 成员函数 | |
Vec3 | LerpVertex (double isoLevel, int i1, int i2) const |
int | SignConfig (double isoLevel) const |
Private 属性 | |
Vec3 | pos [8] |
double | sdf [8] |
IntersectInfo MeshReconstruction::Cube::Intersect | ( | double | isoLevel = 0 | ) | const |
引用了 MeshReconstruction::IntersectInfo::edgeVertIndices, LerpVertex(), MeshReconstruction::IntersectInfo::signConfig , 以及 SignConfig().
被这些函数引用 MeshReconstruction::MarchCube().
|
private |
|
private |
|
private |
被这些函数引用 Cube() , 以及 LerpVertex().
|
private |
被这些函数引用 Cube(), LerpVertex() , 以及 SignConfig().