Description:
Computes the angle on a plane between two vectors.
Parameters:
- a
- Type: Vector3d
- First vector.
- b
- Type: Vector3d
- Second vector.
- plane
- Type: Plane
- Two-dimensional plane on which to perform the angle measurement.
Returns:
Type: double
On success, the angle (in radians) between a and b as projected onto the plane; RhinoMath.UnsetValue on failure.
Available since:
5.0
Description:
Compute the angle between two vectors. This operation is commutative.
Description:
Computes the angle of v1, v2 with a normal vector.