Show / Hide Table of Contents

Enum Distance.Types

Enum representing Distance types. Each Distance instance has a Type field which contains the corresponding value from this enum. Useful for easy mapping of Distance types to a primitive type (for cases like a switch statement).

Namespace: GoRogue
Assembly: GoRogue.dll
Syntax
public enum Types

Fields

Name Description
CHEBYSHEV

Enum type for CHEBYSHEV.

EUCLIDEAN

Enum type for EUCLIDEAN.

MANHATTAN

Enum type for MANHATTAN.

Extension Methods

Utility.Yield<Distance.Types>()
  • Improve this Doc
  • View Source
Back to top Generated by DocFX