This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Pure CSS Real Spinning Octahedron (Triangular Antiprism) | |
* http://mathworld.wolfram.com/Octahedron.html | |
* http://en.wikipedia.org/wiki/Octahedron | |
* http://www.mathsisfun.com/geometry/octahedron.html | |
* get triangular faces using this method http://dabblet.com/gist/3805071 | |
* | |
* Related | |
* ------- | |
* Pure CSS Real Spinning Truncated Cube http://dabblet.com/gist/4543683 |