AxisLocation

io.github.scala_tessella.ring_seq.SymmetryOps.AxisLocation
sealed trait AxisLocation

A location on the circular sequence where a symmetry axis can pass through.

  • Vertex: The axis passes directly through the element at this index.
  • Edge: The axis passes between the elements at these indices.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Edge
class Vertex
In this article