Int |
public readonly struct Int64LineSegment
The Int64LineSegment type exposes the following members.
| Name | Description | |
|---|---|---|
| Int64LineSegment | Initializes a new instance of the Int64LineSegment struct. |
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetAngle | Gets the angle between the lines pivot-a and pivot-b. | |
| GetCosOfAngle | Gets the cosine of the angle between the lines pivot-a and pivot-b. | |
| GetDistance | Gets the Euclidean distance between two points. | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
| Name | Description | |
|---|---|---|
| P0 | The first endpoint of the line segment. | |
| P1 | The second endpoint of the line segment. |