Line

indigo.shared.geometry.Line
See theLine companion object
sealed trait Line

Defines a line in terms of y = mx + b

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Components
object InvalidLine.type

Members list

Value members

Abstract methods

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