IntersectionVertex

indigo.shared.geometry.LineIntersectionResult.IntersectionVertex
final case class IntersectionVertex(x: Double, y: Double) extends LineIntersectionResult

Attributes

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

Members list

Value members

Concrete methods

def hasIntersected: Boolean
def toOption: Option[Vertex]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product