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

AVL.PointSequenceDistances3D Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPointsAvlNet.Point3D
inCyclicbool
outDistancesfloat

See also