Click or drag to resize

UtilDotAngle Method

Simple dot angle - calculates the smallest angle between 2 vectors

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public static double DotAngle(
	Vector3d a,
	Vector3d b
)

Parameters

a
Type: Vector3d

[Missing <param name="a"/> documentation for "M:PolyFramework.Util.DotAngle(Rhino.Geometry.Vector3d,Rhino.Geometry.Vector3d)"]

b
Type: Vector3d

[Missing <param name="b"/> documentation for "M:PolyFramework.Util.DotAngle(Rhino.Geometry.Vector3d,Rhino.Geometry.Vector3d)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:PolyFramework.Util.DotAngle(Rhino.Geometry.Vector3d,Rhino.Geometry.Vector3d)"]

See Also