Edge Structure |
[SerializableAttribute] public struct Edge
The Edge type exposes the following members.
| Name | Description | |
|---|---|---|
| InnerVector | Gets the inward-pointing normal vector for this edge. | |
| OuterVector | Gets the outward-pointing normal vector for this edge. | |
| TypeOfEdge | Gets or sets the type of the edge. |
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
| GetEdgeLength | Gets the length of the edge for the given layer size. | |
| GetEdgePoint | Gets a point on the edge at a relative position. | |
| GetEnd | Gets the end point of the edge for the given layer size. | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
| GetOppositeEdgeLength | Gets the length of the edge opposite to this edge for the given layer size. | |
| GetOrg | Gets the origin point of the edge for the given layer size. | |
| GetPointBetween | Gets a point between two points at a relative position. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |