Re: [brlcad-devel] Understanding Data Structures

2016-05-24 Thread Vasco Alexandre da Silva Costa
On Tue, May 24, 2016 at 11:40 AM, Param Hanji wrote: > I was trying to compare and contrast the existing ANSI C and OpenCL code. > I noticed that these are starkly different. The ANSI C has extensive > documentation (as it has probably been the for a long time). The OpenCL > code I'm finding rath

Re: [brlcad-devel] Understanding Data Structures

2016-05-24 Thread Param Hanji
I was trying to compare and contrast the existing ANSI C and OpenCL code. I noticed that these are starkly different. The ANSI C has extensive documentation (as it has probably been the for a long time). The OpenCL code I'm finding rather difficult to understand in its current state. Specifically,

Re: [brlcad-devel] Understanding Data Structures

2016-05-09 Thread Vasco Alexandre da Silva Costa
On Mon, May 9, 2016 at 10:28 AM, Param Hanji wrote: > See page 19 in this presentation to understand how the line segments are >> generated: >> http://web.iitd.ac.in/~hegde/cad/lecture/L30_solidmod_basics.pdf >> > ... > I did go through the presentation. However it contains only 18 pages > (ther

Re: [brlcad-devel] Understanding Data Structures

2016-05-09 Thread Param Hanji
> See page 19 in this presentation to understand how the line segments are > generated: > http://web.iitd.ac.in/~hegde/cad/lecture/L30_solidmod_basics.pdf > > In fact you would be well advised to read the entire presentation. > > I did go through the presentation. However it contains only 18 pages

Re: [brlcad-devel] Understanding Data Structures

2016-05-08 Thread Vasco Alexandre da Silva Costa
On Sun, May 8, 2016 at 11:59 AM, Param Hanji wrote: > Hello, > > I set up my profile on the BRL-CAD wiki and added my proposal too. I then > proceeded to try to understand the code in bool.c > > I want to know what exactly Boolean Weaving is and the related data > structures as well. From the BRL

[brlcad-devel] Understanding Data Structures

2016-05-08 Thread Param Hanji
Hello, I set up my profile on the BRL-CAD wiki and added my proposal too. I then proceeded to try to understand the code in bool.c I want to know what exactly Boolean Weaving is and the related data structures as well. From the BRL-CAD documentation and a bit of Googling, I gathered that - se