Skip to main content

Class Segment

Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public abstract class Segment

Inheritance: System.Object -> Segment

Inherited Members

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

Constructors

Segment

protected Segment(VectorF start, VectorF end)

Properties

Start

public VectorF Start { get; }

End

public VectorF End { get; }

Methods

GetPositionAt

public abstract VectorF GetPositionAt(float t)
Parameters
TypeNameDescription
System.Singlet
Returns

Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.VectorF

GetNormalAt

public VectorF GetNormalAt(float t)
Parameters
TypeNameDescription
System.Singlet
Returns

Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.VectorF

Equals

public override bool Equals(object obj)
Parameters
TypeNameDescription
System.Objectobj
Returns

System.Boolean

Overrides
  • System.Object.Equals(System.Object)

GetTangentAt

protected abstract float GetTangentAt(float t)
Parameters
TypeNameDescription
System.Singlet
Returns

System.Single

Was this page helpful?