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

AVS.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
(
	IList<AvlNet.Point3D> inPoints,
	bool inCyclic,
	IList<float> outDistances,
	out float outDistanceSum,
	IList<AvlNet.Segment3D> outConnectingSegments
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point3D>
inCyclicbool
outDistancesSystem.Collections.Generic.IList<float>
outDistanceSumfloat
outConnectingSegmentsSystem.Collections.Generic.IList<AvlNet.Segment3D>

Function Overrides

See also