Re: [brlcad-devel] Magic ID for pull routine

2013-07-16 Thread check.nyah
ok thanks sean will continue with the Leaf_mat() routine which extracts the matrix transformation of the leaves today.. Cheers! Nyah On 7/16/13, Christopher Sean Morrison wrote: > > On Jul 15, 2013, at 4:54 PM, check.nyah wrote: > >> Today, I implemented the pull_leaf routine which forms a linke

Re: [brlcad-devel] Magic ID for pull routine

2013-07-15 Thread Christopher Sean Morrison
On Jul 15, 2013, at 4:54 PM, check.nyah wrote: > Today, I implemented the pull_leaf routine which forms a linked list of nodes > which will be used in mathematically restoring the original matrix > transformations of the pull. But I need to define a magic number for pull. So > I did a hexadeci

[brlcad-devel] Magic ID for pull routine

2013-07-15 Thread check.nyah
Today, I implemented the pull_leaf routine which forms a linked list of nodes which will be used in mathematically restoring the original matrix transformations of the pull. But I need to define a magic number for pull. So I did a hexadecimal conversion of 'pull' which gave 0x70756c6c. I wish know