Two

indigo.shared.geometry.BoundingCircleLineIntersect.Two
final case class Two(near: Vertex, far: Vertex) extends BoundingCircleLineIntersect

Attributes

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

Members list

Value members

Inherited methods

def furthest: Option[Vertex]

Attributes

Inherited from:
BoundingCircleLineIntersect
def nearest: Option[Vertex]

Attributes

Inherited from:
BoundingCircleLineIntersect
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def toOption: Option[List[Vertex]]

Attributes

Inherited from:
BoundingCircleLineIntersect