Uses of Class
org.episteme.core.mathematics.geometry.LineND
Packages that use LineND
-
Uses of LineND in org.episteme.core.mathematics.geometry
Methods in org.episteme.core.mathematics.geometry that return LineNDModifier and TypeMethodDescriptionstatic LineNDCreates a line passing through two points.SegmentND.toLine()Converts this segment to a line.Methods in org.episteme.core.mathematics.geometry with parameters of type LineNDModifier and TypeMethodDescriptionHyperplane.intersection(LineND line) Finds the intersection with a line.LineND.intersection(LineND other) Finds the intersection point with another line (if it exists).booleanLineND.isParallelTo(LineND other) Checks if this line is parallel to another line.