A line is defined by its location and direction.
new Line2d(
location,direction):Line2d
Creates a line from a point and direction.
The provided point and direction are copied.
Origin point of the line.
Direction of the line.
Line2d
readonlydirection:Direction2d
Direction of the line.
readonlylocation:Point2d
Origin point of the line.
readonlytype:CurveType=CurveType.UNDEFINED
Type of the curve.
get id():
bigint
Returns the unique identifier of the object.
bigint