Class LineExtensions
Line extensions.
Inherited Members
Namespace: Advanced.Algorithms.Geometry
Assembly: Advanced.Algorithms.dll
Syntax
public static class LineExtensions
Methods
Intersection(Line, Line, Int32)
Declaration
public static Point Intersection(this Line lineA, Line lineB, int precision = 5)
Parameters
| Type | Name | Description |
|---|---|---|
| Line | lineA | |
| Line | lineB | |
| Int32 | precision |
Returns
| Type | Description |
|---|---|
| Point |
Intersects(Line, Line, Int32)
Declaration
public static bool Intersects(this Line lineA, Line lineB, int precision = 5)
Parameters
| Type | Name | Description |
|---|---|---|
| Line | lineA | |
| Line | lineB | |
| Int32 | precision |
Returns
| Type | Description |
|---|---|
| Boolean |