KimK_ has quit [Remote host closed the connection]
ur5us has joined #openscad
J1A8469335870 is now known as J1A84
KimK has joined #openscad
aiyion has quit [Ping timeout: 258 seconds]
aiyion has joined #openscad
ur5us has quit [Ping timeout: 244 seconds]
epony has quit [Ping timeout: 252 seconds]
epony has joined #openscad
aiyion has quit [Remote host closed the connection]
aiyion has joined #openscad
<dalias>
will my above child-chaining thing work right as lazy union?
J1A84 has quit [Ping timeout: 244 seconds]
teepee_ has joined #openscad
epony has quit [Remote host closed the connection]
teepee has quit [Ping timeout: 258 seconds]
teepee_ is now known as teepee
<teepee>
dalias: I don't think there should be any changes to the handling of the children() module behavior due to lazy union
<teepee>
although it's a surprisingly tricky topic
epony has joined #openscad
fling has quit [Remote host closed the connection]
fling has joined #openscad
ur5us has joined #openscad
castaway has joined #openscad
J1A84 has joined #openscad
J1A8456 has joined #openscad
<gbruno>
[github] MichaelAtOz edited issue #3775 (Consider dropping macOS 10.9-10.11 support to update Qt and enhance experience on current macOS versions) https://github.com/openscad/openscad/issues/3775
<gbruno>
[github] MichaelAtOz edited issue #3775 (Consider dropping macOS 10.9-10.11 support to update Qt and enhance experience on current macOS versions) https://github.com/openscad/openscad/issues/3775
TheAssassin has quit [Quit: No Ping reply in 180 seconds.]
TheAssassin has joined #openscad
<dalias>
teepee, i mean if i have a module foo() { bar(); children(); }
<dalias>
and then i do foo() baz();
<dalias>
do bar() and baz() get unioned or treated as disjoint objects?
<dalias>
i guess IOW the question is whether module bodies are implicit unions
<dalias>
i imagine the answe is yes, which kinda makes lazy union not all that useful :/
<teepee>
dalias: right now I believe it still returns an implicit union but even if that's changed, it's primarily a performance topic, not so much a user visible feature
lastrodamo has joined #openscad
epony has quit [Ping timeout: 252 seconds]
epony has joined #openscad
J1A8456 has quit [Quit: Client closed]
J1A8456 has joined #openscad
J1A8456 has quit [Quit: Client closed]
J1A8456 has joined #openscad
Guest60 has joined #openscad
Guest60 has quit [Client Quit]
EfVee has joined #openscad
<EfVee>
Hello there. I have a question on vectors: I have seen there is a vector cross product function. Is there also a vector dot product function?