Previous | Next --- Slide 68 of 84
Back to Lecture Thumbnails
prathikn

Is this method the most efficient?

kbeache

how does an edge have a distance from its surface if its on the surface?? Is the 'surface' the mesh itself or the plane that the mesh is sitting on

jballouz

what is the complexity of this algorithm? O(E) since we are iterating over all edges?

adampahlavan

I also have kbeache's question..isn't the distance from vertex to plane by definition 0 since the vertex is on the plane?