-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please comment the code! #78
Comments
I agree. Will add a few comments when I have time. Right now I can say that in |
hello,what's the meaning of symmetry? need some comments. thanks.. |
Google it.
Google it. Comments are not the place for defining basic mathematical terms. |
thank you , i still consued about the meaning of X ,F, L ,T |
X, F, L, T are types of tile symmetries. X means a fully symmetric tile: you can rotate it 90, 180, 270 degrees or reflect it, and it would still look the same (like letter X). L can be reflected along the line y=x. F has no nontrivial symmetries. |
Cardinality: how many orientations (excluding reflection) of a tile with this symmetry can be distinguished.
Also worth pointing out that all the quantum mumbo-jumbo is a complete red herring. If you want a physical analogy, use the term “phase change”. |
Comments make reading and debugging the code much easier.
They are especially necessary if the code has one letter variable names!
The text was updated successfully, but these errors were encountered: