[brlcad-devel] bool_eval()

2017-08-08 Thread Vasco Alexandre da Silva Costa
Hello Marco, I looked at your bool_eval() prototype implementation and made some minor adjustments: - moved NOT, GUARD, XNOP handlers from the 3rd switch to the 2nd switch statement to reduce the amount of tests in those cases. - renamed some variables. - removed a temporary variable. - changed

Re: [brlcad-devel] Example of heterogeneous density + mass calculation

2017-08-08 Thread Mario Meissner
Hey Sean! Glad to hear back from you! Hope your trip went fine. Tons of new information! Let me try to dig through it. Both this prior version and the latest viewweight.c suffer from the comment > I originally made, namely that the 0 and 1 point cases are not what i would > call “complete".