Class VectorNormalSource
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class VectorNormalSource : INormalSource
Inheritance: System.Object -> VectorNormalSource
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
VectorNormalSource
public VectorNormalSource(IPathNormalExtractor normalExtractor, IColorGradientNormalMapper normalMapper, INormalPresenter normalPresenter, IEnumerable<Segment> path, float step, ImageColorGradient colorGradient)
Methods
GetNormals
public IEnumerable<LocatedVectorF> GetNormals()
Returns
System.Collections.Generic.IEnumerable<Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.LocatedVectorF>