Click or drag to resize

UtilDistance(Vector3, Vector3) Method

The distance between the two supplied points.

Namespace: Demo3D.Common
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.01.00
Syntax
C#
public static double Distance(
	Vector3 a,
	Vector3 b
)

Parameters

a  Vector3
The first point.
b  Vector3
The second point.

Return Value

Double
The distance between the two points.
See Also