Class LineSegment
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()
Namespace: Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Path
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class LineSegment : Segment
Constructors
LineSegment(VectorF, VectorF)
Declaration
public LineSegment(VectorF start, VectorF end)
Parameters
| Type | Name | Description |
|---|---|---|
| VectorF | start | |
| VectorF | end |
Methods
GetPositionAt(Single)
Declaration
public override VectorF GetPositionAt(float t)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | t |
Returns
| Type | Description |
|---|---|
| VectorF |
Overrides
GetTangentAt(Single)
Declaration
protected override float GetTangentAt(float t)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | t |
Returns
| Type | Description |
|---|---|
| System.Single |