Uses of Class
math.Line
Packages that use Line
-
Uses of Line in math
Modifier and TypeMethodDescriptionLine.intersectionWithLine
(Line line) boolean
Line.intersectsLine
(Line line) boolean
Line.isParallelTo
(Line line) Checks if this Line object is parallel to another.