Computes the 3D dot product of the two vectors

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public double Dot(
	Cartesian p
)
Visual C++
public:
double Dot(
	Cartesian p
)
F#
member Dot : 
        p:Cartesian -> float 

Parameters

p
Type: Spherical..::..Cartesian
Input vector

Return Value

Dot product

See Also