implicit class withTileCostDistanceMethods extends CostDistanceMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withTileCostDistanceMethods
- CostDistanceMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
costDistance(points: Seq[(Int, Int)]): Tile
Compute the cost-distance function over the present Tile and the given set of points.
Compute the cost-distance function over the present Tile and the given set of points.
- Definition Classes
- CostDistanceMethods
-
def
costDistanceWithPaths(point: (Int, Int)): CostDistanceWithPathsResult
Compute the cost-distance function over the present Tile and the given set of points.
Compute the cost-distance function over the present Tile and the given set of points.
- Definition Classes
- CostDistanceMethods
-
val
self: Tile
- Definition Classes
- withTileCostDistanceMethods → MethodExtensions