Uses of Class
org.episteme.core.mathematics.geometry.Line3D
Packages that use Line3D
-
Uses of Line3D in org.episteme.core.mathematics.geometry
Methods in org.episteme.core.mathematics.geometry that return Line3DModifier and TypeMethodDescriptionPlane3D.intersection(Plane3D other) Computes the intersection of this plane with another plane.Methods in org.episteme.core.mathematics.geometry with parameters of type Line3DModifier and TypeMethodDescriptionLine3D.closestPoint(Line3D other) Computes the closest point on this line to another line.Line3D.intersection(Line3D other) Computes the intersection point with another line.Plane3D.intersection(Line3D line) Computes the intersection of this plane with a line.