You are here: Start » AVL.NET » AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, AvlNet.ProfileRidge[])

AVL.ProfileRidges(AvlNet.Profile, bool, AvlNet.RidgeScanParams, float, AvlNet.ProfileRidge[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ProfileRidges(
	AvlNet.Profile inProfile,
	bool inCyclic,
	AvlNet.RidgeScanParams inRidgeScanParams,
	float inMinDistance,
	out AvlNet.ProfileRidge[] outRidges
)

Parameters

inProfile
Type: AvlNet.Profile
inCyclic
Type: System.Boolean
inRidgeScanParams
Type: AvlNet.RidgeScanParams
inMinDistance
Type: System.Single
outRidges
Type: AvlNet.ProfileRidge

See also