Method | Description | |
---|---|---|
LineSegment ( Point pointA, Point pointB ) : System | ||
LineSegment ( Point pointA, Point pointB, Point triangulationPoint ) : System | ||
LineSegment ( Point pointA, Point pointB, Point triangulationPoint, bool ignoreLength ) : System | ||
LineSegment ( Point pointA, Point pointB, bool ignoreLength ) : System | ||
Resize ( IntersectionDetector detector ) : ILineSegment | ||
TriangulateClosestEndPoint ( ILineSegment intersectingLineSegment, Point &closestPoint ) : bool |
public LineSegment ( Point pointA, Point pointB ) : System | ||
pointA | Point | |
pointB | Point | |
return | System |
public LineSegment ( Point pointA, Point pointB, Point triangulationPoint ) : System | ||
pointA | Point | |
pointB | Point | |
triangulationPoint | Point | |
return | System |
public LineSegment ( Point pointA, Point pointB, Point triangulationPoint, bool ignoreLength ) : System | ||
pointA | Point | |
pointB | Point | |
triangulationPoint | Point | |
ignoreLength | bool | |
return | System |
public LineSegment ( Point pointA, Point pointB, bool ignoreLength ) : System | ||
pointA | Point | |
pointB | Point | |
ignoreLength | bool | |
return | System |
public Resize ( IntersectionDetector detector ) : ILineSegment | ||
detector | IntersectionDetector | |
return | ILineSegment |
public TriangulateClosestEndPoint ( ILineSegment intersectingLineSegment, Point &closestPoint ) : bool | ||
intersectingLineSegment | ILineSegment | |
closestPoint | Point | |
return | bool |