Class PathNormalExtractor
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class PathNormalExtractor : IPathNormalExtractor
Inheritance: System.Object -> PathNormalExtractor
Implements
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
PathNormalExtractor
public PathNormalExtractor(IPathSegmentMeasurer pathSegmentMeasurer)
Methods
GetNormals
public IEnumerable<LocatedVectorF> GetNormals(IEnumerable<Segment> path, float step)
Parameters
| Type | Name | Description |
|---|---|---|
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment> | path | |
System.Single | step |
Returns
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.LocatedVectorF>