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 want to have a shape without specifying its location. For example, to ask "what is the volume of a sphere with radius 10", regardless of its location with respect to a scene. As a workaround I could make my shapes have location Point(0,0,0), but that seems like unnecessary complication. Is this a good package for location-free shapes, or should that go in another package? If it would be another package, could they interoperate?
The text was updated successfully, but these errors were encountered:
I want to have a shape without specifying its location. For example, to ask "what is the volume of a sphere with radius 10", regardless of its location with respect to a scene. As a workaround I could make my shapes have location
Point(0,0,0)
, but that seems like unnecessary complication. Is this a good package for location-free shapes, or should that go in another package? If it would be another package, could they interoperate?The text was updated successfully, but these errors were encountered: