Line
org.nspl.Line
case class Line(x1: Double, y1: Double, x2: Double, y2: Double, tx: AffineTransform) extends Shape
Describes a line segment with the two end points
Attributes
- Graph
-
- Supertypes
Members list
In this article
Describes a line segment with the two end points