You are here: Start » AVL.NET » AVL.PointToPointDistance3D Method
AVL.PointToPointDistance3D Method
Measures the distance between two 3D points.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PointToPointDistance3D( AvlNet.Point3D inPoint1, AvlNet.Point3D inPoint2, float inResolution, out float outDistance )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoint1 | AvlNet.Point3D | |||
![]() | inPoint2 | AvlNet.Point3D | |||
![]() | inResolution | float | <0.0f, INF> | 1.0f | Number of real-world units per one pixel. Default value: 1.0f. |
![]() | outDistance | float |


