Package cn.net.pap.common.boofcv.dto
Class LineSegment
java.lang.Object
cn.net.pap.common.boofcv.dto.LineSegment
- All Implemented Interfaces:
Serializable
直线对象,记录直线的起止点
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEnd()
getStart()
void
setEnd
(Point2D.Double end) void
setStart
(Point2D.Double start) toString()