--- Jos Timanta Tarigan asked:

> i want those vertices become objects in triangles.

  Interesting new concept :)

> here is my question: is calling vertices[i].move() will take less time than 
> calling triangle[i].vertices[k].move() ? well i know it will but is it that 
> significant?

  I never saw any conscious vertex that know how it should move ;)

  Every indirection takes time. How much time is that significant?

  How much time each indirection take? It depends on if the content of 
triangle[i] is cached or not.

  Are you paulista?

Reply via email to