Click or drag to resize
GeVector Constructor (GeCoordinate, GeCoordinate)
Initializes a new instance of vector using two specified coordinates, assuming that the direction is from the tip to the tail, and using tip as the origin.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeVector(
	GeCoordinate tail,
	GeCoordinate tip
)

Parameters

tail
Type: FDF.Common.GeometriesGeCoordinate
Tail coordinate.
tip
Type: FDF.Common.GeometriesGeCoordinate
Tip coordinate.
Remarks