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
If one transformation is applied to self.plane, the plane is reset, and we want to show another transformation, the old ghost vectors from the first transformation will still remain.
If ghost vectors in LinearTransformationScene were, say lists of rules tuples, or possibly a VGroup, then it would allow us to write something like self.remove(self.ghostVectors[0]), and remove the first pair(s) of ghost vectors created.