Method | Description | |
---|---|---|
GetExteriorAngleDegree ( |
Get the exterior angle between this line and otherLine
|
|
LineSegment2DF ( |
Create a line segment with the specific start point and end point
|
|
Side ( |
Determin which side of the line the 2D point is at
|
|
YByX ( float x ) : float |
Obtain the Y value from the X value using first degree interpolation
|
public GetExteriorAngleDegree ( |
||
otherLine | The other line | |
return | double |
public LineSegment2DF ( |
||
p1 | The first point on the line segment | |
p2 | The second point on the line segment | |
return | System |
public Side ( |
||
point | the point | |
return | int |