Returns the minimum angle to the given vector, in radians.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public float AngleTo(
Vector3 to
)
Parameters
- to
- Type: GodotVector3
The other vector to compare this vector to.
Return Value
Type:
SingleThe angle between the two vectors, in radians.
See Also