Click or drag to resize

UnitCartesian.AngleBetween Method

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

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

Parameters

other
Type: AGI.Foundation.Coordinates.UnitCartesian
The set of UnitCartesian coordinates to evaluate.

Return Value

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