You are here: Start » AVL.NET » AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, AvlNet.ProfileEdge[], float[])

AVL.ProfileEdges(AvlNet.Profile, bool, AvlNet.EdgeScanParams, float, AvlNet.ProfileEdge[], float[])

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ProfileEdges(
	AvlNet.Profile inProfile,
	bool inCyclic,
	AvlNet.EdgeScanParams inEdgeScanParams,
	float inMinDistance,
	out AvlNet.ProfileEdge[] outEdges,
	out float[] outDistances
)

Parameters

inProfile
Type: AvlNet.Profile
inCyclic
Type: System.Boolean
inEdgeScanParams
Type: AvlNet.EdgeScanParams
inMinDistance
Type: System.Single
outEdges
Type: AvlNet.ProfileEdge
outDistances
Type: System.Single

See also