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
pawelbaran
changed the title
Geometry_Engine: Add HashArray method for TransformMatrix and Cartesian
Geometry_Engine: Add HashArray method for core geometry types
Jan 25, 2024
The reason why we didn't add GeometryHash for some geometric types is because we thought it would never get used with them. In particular, we added support for "non-conceptual" types: everything except Vector, TransformMatrix, Cartesian, and probably a few more. Anyways, it can make sense, for completion's sake, to add support for all -- especially now that we have added this new "aggregated" GeometryHash.
Description:
As in the title,
HashArray
seems to be missing for a few core geometry types:TransformMatrix
Cartesian
The text was updated successfully, but these errors were encountered: