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