A mirror symmetry plane. `direction` is the direction *normal* to the mirror plane.
| 390 | |
| 391 | |
| 392 | class Mirror(Symmetry): |
| 393 | """ |
| 394 | A mirror symmetry plane. `direction` is the direction *normal* to the mirror plane. |
| 395 | """ |
| 396 | |
| 397 | |
| 398 | class Identity(Symmetry): |
nothing calls this directly
no outgoing calls
no test coverage detected