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. |