Click or drag to resize
GeVector Constructor (IGeLineSegment)
Initializes a new instance of vector using specified line, assuming that the direction is from the start point to the end point, and using start point as the origin.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeVector(
	IGeLineSegment other
)

Parameters

other
Type: FDF.Common.GeometriesIGeLineSegment
Other line.
Remarks