You are here: Start » AVL.NET » AVL.PointSequenceDistances3D

AVL.PointSequenceDistances3D

Measures the distances between consecutive points of a point sequence in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PointSequenceDistances3D
(
	AvlNet.Point3D[] inPoints,
	bool inCyclic,
	out float[] outDistances
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point3D[]
inCyclicbool
outDistancesfloat[]

See also