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 just started using this library, and I am also new to computational geometry so please bear with me..
I am trying to fit a cuboid to some points, but I just realized that the Cuboid.fit() result is just returning 3 planes. I expected it to return 6 planes, as I don't see how 3 planes can fully parametrize a cuboid object.
I felt pretty dumb and was sure I was missing something, so I asked ChatGPT which seems to agree that we need 6 planes and not 3.. now I am even more confused.
What am I missing?
The text was updated successfully, but these errors were encountered:
Hi there,
I just started using this library, and I am also new to computational geometry so please bear with me..
I am trying to fit a cuboid to some points, but I just realized that the
Cuboid.fit()
result is just returning 3 planes. I expected it to return 6 planes, as I don't see how 3 planes can fully parametrize a cuboid object.I felt pretty dumb and was sure I was missing something, so I asked ChatGPT which seems to agree that we need 6 planes and not 3.. now I am even more confused.
What am I missing?
The text was updated successfully, but these errors were encountered: