sealed case class DirectedSegment(x0: Int, y0: Int, x1: Int, y1: Int, theta: Double) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DirectedSegment
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All