LineSegmentPoint Methods |
The LineSegmentPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
| Equals(LineSegmentPoint) |
Specifies whether this object contains the same members as the specified Object.
| |
| GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IntersectedLineAndSegment |
Returns a boolean value indicating whether a line and a segment intersect.
| |
| IntersectedSegments(LineSegmentPoint) |
Returns a boolean value indicating whether the specified two segments intersect.
| |
| IntersectedSegments(LineSegmentPoint, LineSegmentPoint) |
Returns a boolean value indicating whether the specified two segments intersect.
| |
| Length | ||
| LineAndSegmentIntersection |
Calculates a intersection of a line and a segment
| |
| LineIntersection(LineSegmentPoint) |
Calculates a intersection of the specified two lines
| |
| LineIntersection(LineSegmentPoint, LineSegmentPoint) |
Calculates a intersection of the specified two lines
| |
| Offset(Point) |
Translates the Point by the specified amount.
| |
| Offset(Int32, Int32) |
Translates the Point by the specified amount.
| |
| SegmentIntersection(LineSegmentPoint) |
Calculates a intersection of the specified two segments
| |
| SegmentIntersection(LineSegmentPoint, LineSegmentPoint) |
Calculates a intersection of the specified two segments
| |
| ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) |