You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Distance Metrics » AVL.PointToPointDistance3D

AVL.PointToPointDistance3D

Measures the distance between two 3D points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PointToPointDistance3D
(
	AvlNet.Point3D inPoint1,
	AvlNet.Point3D inPoint2,
	float inResolution,
	out float outDistance
)

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point3D
inPoint2AvlNet.Point3D
inResolutionfloat<0.0f, INF>1.0fNumber of real-world units per one pixel. Default value: 1.0f.
outDistancefloat

Function Overrides

See also