You are here: Start » AVL.NET » AVL.RegionToRegionDistance(AvlNet.Region, AvlNet.Region, float, float)
AVL.RegionToRegionDistance(AvlNet.Region, AvlNet.Region, float, float)
Computes minimal distance between one of the points of the first region with one of the points of the second region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionToRegionDistance( AvlNet.Region inRegion1, AvlNet.Region inRegion2, float inResolution, out float outDistance )
Parameters
- inRegion1
- Type: AvlNet.Region
First input region - inRegion2
- Type: AvlNet.Region
Second input region - inResolution
- Type: System.Single
Number of real-world units per one pixel - outDistance
- Type: System.Single
Remarks
See full override for more details.
