XYZ.AngleTo
Description:
Returns the angle between this vector and the specified vector.
Returns the angle between this vector and the specified vector.
Remarks:
The angle between the two vectors is measured in the plane spanned by them.
The angle between the two vectors is measured in the plane spanned by them.
public double AngleTo(
XYZ source
)
-
sourceThe specified vector.
Return Value
double
The real number between 0 and PI equal to the angle between the two vectors in radians..
-
Thrown when source isnullNothingnullptra null reference (Nothingin Visual Basic).