Uses of Class
com.github.gbenroscience.math.geom.Line
Packages that use Line
-
Uses of Line in com.github.gbenroscience.math.geom
Subclasses of Line in com.github.gbenroscience.math.geomMethods in com.github.gbenroscience.math.geom that return LineModifier and TypeMethodDescriptionLine.getParallelLineAtDistance(double d) Line.getParallelLineAtDistance(int horDisp, int verDisp) Line3D.getXyLine()Line3D.getXzLine()]Line.rotateLine(double ang, Point p) static LineROTOR.rotateLine(Line line, double ang, Point p) Methods in com.github.gbenroscience.math.geom with parameters of type LineModifier and TypeMethodDescriptionLine.intersectionWithLine(Line line) Line3D.intersectionWithLine(Line line) booleanLine.intersectsLine(Line line) booleanLine3D.intersectsLine(Line line) booleanLine.isParallelTo(Line line) Checks if this Line object is parallel to another.booleanLine3D.isParallelTo(Line line) Point.pointAtDisplacement(Line line, double distance) static LineROTOR.rotateLine(Line line, double ang, Point p) voidvoidConstructors in com.github.gbenroscience.math.geom with parameters of type Line