Struct ConvexHullHelper.EdgeEndpoints
- Namespace
- BepuPhysics.Collidables
- Assembly
- BepuPhysics.dll
public struct ConvexHullHelper.EdgeEndpoints : IEqualityComparerRef<ConvexHullHelper.EdgeEndpoints>
- Implements
- Inherited Members
Fields
A
public int A
Field Value
B
public int B
Field Value
Methods
Equals(ref EdgeEndpoints, ref EdgeEndpoints)
public bool Equals(ref ConvexHullHelper.EdgeEndpoints a, ref ConvexHullHelper.EdgeEndpoints b)
Parameters
Returns
Hash(ref EdgeEndpoints)
public int Hash(ref ConvexHullHelper.EdgeEndpoints item)
Parameters
Returns
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.