Package | Description |
---|---|
eu.printingin3d.javascad.coords | |
eu.printingin3d.javascad.coords2d | |
eu.printingin3d.javascad.models2d |
Modifier and Type | Method and Description |
---|---|
static Coords2d |
EdgeCrossSolver.findCross(LineSegment2d segment1,
LineSegment2d segment2)
Finds the cross point between two line segments.
|
Modifier and Type | Method and Description |
---|---|
LineSegment2d |
LineSegment2d.common(LineSegment2d lc)
Calculates the common part of the two line segments if there are any.
|
LineSegment2d |
LineSegment2d.next(Coords2d c) |
static LineSegment2d |
LineSegment2d.startLineSegmentSeries(Coords2d p)
Starts a series of line segments.
|
Modifier and Type | Method and Description |
---|---|
static List<LineSegment2d> |
LineSegment2d.lineSegmentSeries2d(List<Coords2d> coords)
Returns with the list of line segments which is denoted by this series of points.
|
Modifier and Type | Method and Description |
---|---|
LineSegment2d |
LineSegment2d.common(LineSegment2d lc)
Calculates the common part of the two line segments if there are any.
|
boolean |
LineSegment2d.isParallel(LineSegment2d ls)
Checks if the two line segments are parallel.
|
Modifier and Type | Method and Description |
---|---|
List<Coords2d> |
Area2d.findCrossing(LineSegment2d segment,
boolean includeEndPoints)
Checks if the given line segment has crossing with this geometric form.
|
Copyright © 2014–2020, Printing in 3D. All rights reserved.