Property | Type | Description | |
---|---|---|---|
A | PointResult | ||
B | PointResult |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
SegmentResult ( PointResult a, PointResult b ) : System |
Constructs a new segment intersection result.
|
public SegmentResult ( PointResult a, PointResult b ) : System | ||
a | PointResult | The first point intersection defining an end of the segment intersection. |
b | PointResult | The second point intersection defining an end of the segment intersection. |
return | System |