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,
	out float outDistanceSum,
	out AvlNet.Segment3D[] outConnectingSegments
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point3D
inCyclicbool
outDistancesfloat
outDistanceSumfloat
outConnectingSegmentsAvlNet.Segment3D

See also