ronjonp Posted April 14, 2022 Posted April 14, 2022 3 minutes ago, ekko said: The point is not the code, but your logic approach, you have solved my problem, I have a doubt (setq f 1e-1) I can't understand this. thanks again for your help bro wish you a happy life That is the fuzz value EQUAL uses to compare the angles and lengths. It's the same as 1e-1 = 0.1 .. 1e-2 = 0.01 and so on. And thanks! Quote
mhupp Posted April 14, 2022 Posted April 14, 2022 (edited) @ronjonp Any particular reason for using cond instead of if ? -edit nm you don't have to use (progn or is their something else as well? Edited April 14, 2022 by mhupp Quote
ronjonp Posted April 14, 2022 Posted April 14, 2022 (edited) 8 minutes ago, mhupp said: @ronjonp Any particular reason for using cond instead of if ? -edit nm you don't have to use (progn or is their something else as well? Just a personal preference. I like the way COND formats in the vlide. And yes if PROGN is needed I generally opt for COND. Edited April 14, 2022 by ronjonp Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.