2010-04-14

Re: Winged edge mesh questions.

Originally Posted By: mecpollett@gmail.com
Do I need to initialize the next clockwise and prior clockwise indices as well? Yes. Or, do I need to store all edges connected to each vertex at the vertex? This complicates the vertex data structure in an undesirable way - with a non-constant storage requirement. Yes. Each vertex has a list
'''Originally Posted By: mecpollett@gmail.com''' Do I need to initialize the next clockwise and prior clockwise indices as well? Yes. Or, do I need to store all edges connected to each vertex at the vertex? This complicates the vertex data structure in an undesirable way - with a non-constant storage requirement. Yes. Each vertex has a list
X