Package | Description |
---|---|
com.solibri.geometry.primitive2d |
Modifier and Type | Interface and Description |
---|---|
interface |
MLine2d
Interface for handling lines in the XY-plane.
|
Modifier and Type | Method and Description |
---|---|
static Line2d |
Line2d.create(Vector2d firstPoint,
Vector2d secondPoint)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
Optional<MVector2d> |
Line2d.intersect(Line2d otherLine)
Calculates an Optional containing the intersection point of this line and
another line.
|
Copyright © 2019 Solibri, Inc.. All rights reserved.