Skip to main content

Class LineSegment

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

Inheritance: System.Object -> Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path.Segment -> LineSegment

Inherited Members

Constructors

LineSegment

public LineSegment(VectorF start, VectorF end)

Methods

GetPositionAt

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

Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.VectorF

Overrides

GetTangentAt

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

System.Single

Overrides
Was this page helpful?