You are here: Start » AVL.NET » AVL.AdjustPathArrayToEdges(AvlNet.Image, AvlNet.Path[], float, int, float, bool, float, AvlNet.Path[], AvlNet.Vector2D, float, float, AvlNet.Segment2D[])
AVL.AdjustPathArrayToEdges(AvlNet.Image, AvlNet.Path[], float, int, float, bool, float, AvlNet.Path[], AvlNet.Vector2D, float, float, AvlNet.Segment2D[])
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void AdjustPathArrayToEdges( AvlNet.Image inImage, AvlNet.Path[] inPaths, float inAttractionRadius, int inIterationCount, float inBaseGradient, bool inRobust, float inDensity, out AvlNet.Path[] outAdjustedPaths, out AvlNet.Vector2D outTranslation, out float outRotation, out float outScale, out AvlNet.Segment2D[] outAttractionVectors )
Parameters
- inImage
- Type: AvlNet.Image
- inPaths
- Type: AvlNet.Path
- inAttractionRadius
- Type: System.Single
- inIterationCount
- Type: System.Int32
- inBaseGradient
- Type: System.Single
- inRobust
- Type: System.Boolean
- inDensity
- Type: System.Single
- outAdjustedPaths
- Type: AvlNet.Path
- outTranslation
- Type: AvlNet.Vector2D
- outRotation
- Type: System.Single
- outScale
- Type: System.Single
- outAttractionVectors
- Type: AvlNet.Segment2D
