Click or drag to resize
GeVectorAngleTo Method (GeVector)
Returns angle in [0,Pi] range between this vector and specified vector.

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

Parameters

other
Type: FDF.Common.GeometriesGeVector

Return Value

Type: GeAngle
Angle in [0,Pi] range.
Remarks