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

AVS.ProfileZeroCrossings Method

Finds the points of a profile at which the profile intersects the x-axis.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void ProfileZeroCrossings
(
	AvlNet.Profile inProfile,
	IList<float> outZeroCrossings
)

Parameters

Name Type Range Default Description
inProfileAvlNet.ProfileInput profile.
outZeroCrossingsSystem.Collections.Generic.IList<float>X coordinates of the locations where the profile crosses the y=0 axis.

Function Overrides

See also