Closed
Description
Expected/Desired Behavior or Experience:
Shapes can take a transformation matrix and be transformed then by that matrix.
Actual Behavior:
Shapes currently have no concept of transforming mutations — let alone any methods that support them. This makes new library-based features, like an ability to reflect a body, require RTTI-based visitation (since using the alternative, application-based visitation, would have to encumber visitation for applications).