Package | Description |
---|---|
eu.printingin3d.javascad.coords2d |
Modifier and Type | Class and Description |
---|---|
class |
LineSegment2d
Represents a 2D line segment.
|
Modifier and Type | Method and Description |
---|---|
LineSegment<T> |
LineSegment.next(T c)
Creates the next segment of the line segment series.
|
static <T> LineSegment<T> |
LineSegment.startLineSegmentSeries(T p)
Starts a series of line segments.
|
Modifier and Type | Method and Description |
---|---|
static <T> List<LineSegment<T>> |
LineSegment.lineSegmentSeries(List<T> coords)
Returns with the list of line segments which is denoted by this series of points.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LineSegment.hasCommon(LineSegment<T> ls)
Checks if this segment and the given segment has a common end point.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.