Skip to main content

Class NormalCaster

Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class NormalCaster

Inheritance: System.Object -> NormalCaster

Inherited Members

  • System.Object.ToString
  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone

Constructors

NormalCaster

public NormalCaster(IRayFactory rayFactory, VectorF normal, VectorInt gridLocation, ImageColorGradient colorGradient)

Properties

CurrentState

public NormalCaster.State CurrentState { get; }

CurrentGradient

public LocatedGradientVector CurrentGradient { get; }

Methods

Next

public NormalCaster.Transition Next()
Returns

Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Normals.NormalCaster.Transition

Was this page helpful?