Click or drag to resize
GeVectorIsPerpendicularTo Method
Returns True if this vector is perpendicular to specified vector, otherwise returns False.

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

Parameters

other
Type: FDF.Common.GeometriesGeVector

Return Value

Type: Boolean
Remarks