메소드 | 설명 | |
---|---|---|
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 | |
리턴 | double |
public LineSegment2DF ( |
||
p1 | The first point on the line segment | |
p2 | The second point on the line segment | |
리턴 | System |