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)
Syntaxpublic static double DotAngle(
Vector3d a,
Vector3d b
)
Public Shared Function DotAngle (
a As Vector3d,
b As Vector3d
) As Double
public:
static double DotAngle(
Vector3d a,
Vector3d b
)
static member DotAngle :
a : Vector3d *
b : Vector3d -> float
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