Description
Returns the angle between this vector and the vector vector in the range [0, Pi].
Visual Basic
Public Function GetAngleTo( vector As Vector3d ) As double
C#
public double GetAngleTo( Vector3d vector );
Parameters
| Parameters | Description |
|---|---|
| Vector3d vector | Input any 3D vector |