Click or drag to resize
GeCoordinatePerpendicularTo Method
Returns a coordinate which represents a perpendicular to a 2D vector (starting at the current coordinate and ending at the specified coordinate). Perpendicular coordinate is computed at specified length, given the direction against 2D vector(left or right).

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeCoordinate PerpendicularTo(
	GeCoordinate other,
	GeLength distance,
	bool toRight
)

Parameters

other
Type: FDF.Common.GeometriesGeCoordinate
distance
Type: FDF.Common.GeometriesGeLength
toRight
Type: SystemBoolean

Return Value

Type: GeCoordinate
Remarks