ParallelToAxisY

indigo.shared.geometry.Line.ParallelToAxisY
final case class ParallelToAxisY(xPosition: Double) extends Line

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Line
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def intersectsAt(other: Line): Option[Vertex]
def intersectsWith(other: Line): Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product