Class LocatedVectorF
Inheritance
System.Object
LocatedVectorF
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
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.Math
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class LocatedVectorF
Constructors
LocatedVectorF(VectorF, VectorF)
Declaration
public LocatedVectorF(VectorF location, VectorF vector)
Parameters
| Type | Name | Description |
|---|---|---|
| VectorF | location | |
| VectorF | vector |
Properties
Location
Declaration
public VectorF Location { get; }
Property Value
| Type | Description |
|---|---|
| VectorF |
Vector
Declaration
public VectorF Vector { get; }
Property Value
| Type | Description |
|---|---|
| VectorF |
Methods
Translate(Single, Single)
Declaration
public LocatedVectorF Translate(float xShift, float yShift)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | xShift | |
| System.Single | yShift |
Returns
| Type | Description |
|---|---|
| LocatedVectorF |