public interface NavigationInterface
Modifier and Type | Method and Description |
---|---|
float[] |
getNormalFloat(int v)
Compute the normal to a vertex in the mesh:
the normal is the average of normals of incident faces
Computations are performed with simple float precision
|
int |
vertexDegree(int v)
Compute the degree of a vertex v
|