Method | Description | |
---|---|---|
GetExteriorAngleDegree ( |
Get the exterior angle between this line and otherLine
|
|
LineSegment2D ( Point p1, Point p2 ) : System |
Create a line segment with the specific starting point and end point
|
|
Side ( Point point ) : int |
Determine which side of the line the 2D point is at
|
public GetExteriorAngleDegree ( |
||
otherLine | The other line | |
return | double |
public LineSegment2D ( Point p1, Point p2 ) : System | ||
p1 | Point | The first point on the line segment |
p2 | Point | The second point on the line segment |
return | System |