Uses of Class
com.github.gbenroscience.math.Line
Packages that use Line
-
Uses of Line in com.github.gbenroscience.math
Methods in com.github.gbenroscience.math with parameters of type LineModifier and TypeMethodDescriptionLine.intersectionWithLine(Line line) booleanLine.intersectsLine(Line line) booleanLine.isParallelTo(Line line) Checks if this Line object is parallel to another.