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()
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public abstract class Segment
Constructors
Segment(VectorF, VectorF)
Declaration
protected Segment(VectorF start, VectorF end)
Parameters
Properties
End
Declaration
public VectorF End { get; }
Property Value
Start
Declaration
public VectorF Start { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
System.Object.Equals(System.Object)
GetNormalAt(Single)
Declaration
public VectorF GetNormalAt(float t)
Parameters
| Type |
Name |
Description |
| System.Single |
t |
|
Returns
GetPositionAt(Single)
Declaration
public abstract VectorF GetPositionAt(float t)
Parameters
| Type |
Name |
Description |
| System.Single |
t |
|
Returns
GetTangentAt(Single)
Declaration
protected abstract float GetTangentAt(float t)
Parameters
| Type |
Name |
Description |
| System.Single |
t |
|
Returns
| Type |
Description |
| System.Single |
|