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: 25.1.421.0 (25.1.421.0)
Syntaxpublic double AngleBetween(
	UnitRectangular other
)
Public Function AngleBetween ( 
	other As UnitRectangular
) As Double
public:
double AngleBetween(
	UnitRectangular other
)
member AngleBetween : 
        other : UnitRectangular -> float 
Parameters
- other
 - Type: AGI.Foundation.CoordinatesUnitRectangular
The set of UnitRectangular coordinates to evaluate. 
Return Value
Type: 
DoubleA 
Double that represents the angle in radians between the two instances.
See Also