You are here: Start » AVL.NET » AVS.PointToPointDistance3D Method

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