Uses of Interface
com.solibri.geometry.primitive2d.Line2d
-
Packages that use Line2d Package Description com.solibri.geometry.primitive2d -
-
Uses of Line2d in com.solibri.geometry.primitive2d
Subinterfaces of Line2d in com.solibri.geometry.primitive2d Modifier and Type Interface Description interface
MLine2d
Interface for handling lines in the XY-plane.Methods in com.solibri.geometry.primitive2d that return Line2d Modifier and Type Method Description static Line2d
Line2d. create(Vector2d firstPoint, Vector2d secondPoint)
Creates a new instance.Methods in com.solibri.geometry.primitive2d with parameters of type Line2d Modifier and Type Method Description Optional<MVector2d>
Line2d. intersect(Line2d otherLine)
Calculates an Optional containing the intersection point of this line and another line.
-