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.ToStringSystem.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.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
| Type | Name | Description |
|---|---|---|
System.Single | t |
Returns
Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.VectorF
GetNormalAt
public VectorF GetNormalAt(float t)
Parameters
| Type | Name | Description |
|---|---|---|
System.Single | t |
Returns
Aurigma.DesignAtoms.ImageProcessing.LineWidthMeasuring.Math.VectorF
Equals
public override bool Equals(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
System.Object | obj |
Returns
System.Boolean
Overrides
System.Object.Equals(System.Object)
GetTangentAt
protected abstract float GetTangentAt(float t)
Parameters
| Type | Name | Description |
|---|---|---|
System.Single | t |
Returns
System.Single