Struct ConvexHull.Edge
Namespace: Unity.Physics
Syntax
public struct Edge : IEquatable<ConvexHull.Edge>
Fields
EdgeIndex
Declaration
public byte EdgeIndex
Field Value
| Type | Description |
|---|---|
| System.Byte |
FaceIndex
Declaration
public short FaceIndex
Field Value
| Type | Description |
|---|---|
| System.Int16 |
Methods
Equals(ConvexHull.Edge)
Declaration
public bool Equals(ConvexHull.Edge other)
Parameters
| Type | Name | Description |
|---|---|---|
| ConvexHull.Edge | other |
Returns
| Type | Description |
|---|---|
| System.Boolean |