Click or drag to resize

UnitRectangularAngleBetween Method

Determines the angle in radians between the specified set of UnitRectangular coordinates and this instance.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double AngleBetween(
	UnitRectangular other
)

Parameters

other
Type: AGI.Foundation.CoordinatesUnitRectangular
The set of UnitRectangular coordinates to evaluate.

Return Value

Type: Double
A Double that represents the angle in radians between the two instances.
See Also