You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get that there is a Quad object, which I believe is x, y, w, h. But I'm not sure what the swap(bool) function does. Is this flipping the face or something? Sorry I can't find documentation for utils3d anyplace so I don't really know where to go.
The text was updated successfully, but these errors were encountered:
Hey there, I was trying to figure this out in another language, and I can't figure out what
Quad(Float, Float, Float, Float).swap(Bool)
is supposed to be doing.reference:
mc-dc/dual_contour_3d.py
Line 86 in a165b32
I get that there is a Quad object, which I believe is x, y, w, h. But I'm not sure what the
swap(bool)
function does. Is this flipping the face or something? Sorry I can't find documentation for utils3d anyplace so I don't really know where to go.The text was updated successfully, but these errors were encountered: