Table of Contents

Struct ConvexHullHelper.EdgeEndpoints

Namespace
BepuPhysics.Collidables
Assembly
BepuPhysics.dll
public struct ConvexHullHelper.EdgeEndpoints : IEqualityComparerRef<ConvexHullHelper.EdgeEndpoints>
Implements
IEqualityComparerRef<ConvexHullHelper.EdgeEndpoints>
Inherited Members

Fields

A

public int A

Field Value

int

B

public int B

Field Value

int

Methods

Equals(ref EdgeEndpoints, ref EdgeEndpoints)

public bool Equals(ref ConvexHullHelper.EdgeEndpoints a, ref ConvexHullHelper.EdgeEndpoints b)

Parameters

a ConvexHullHelper.EdgeEndpoints
b ConvexHullHelper.EdgeEndpoints

Returns

bool

Hash(ref EdgeEndpoints)

public int Hash(ref ConvexHullHelper.EdgeEndpoints item)

Parameters

item ConvexHullHelper.EdgeEndpoints

Returns

int

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.