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
Another thing that can be done is creating an Abstract Class called Transformable that Polygon and Nucleotide classes can subclass, to ensure there is no copy and pasting of transformation methods
The text was updated successfully, but these errors were encountered:
Nucleotide
should be able to accept a 4x4 matrix to translate, transform it. The function should look something like this:Another thing that can be done is creating an Abstract Class called
Transformable
thatPolygon
andNucleotide
classes can subclass, to ensure there is no copy and pasting of transformation methodsThe text was updated successfully, but these errors were encountered: