Adds another vector

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

Syntax

C#
public Cartesian Add(
	Cartesian that
)
Visual C++
public:
Cartesian Add(
	Cartesian that
)
F#
member Add : 
        that:Cartesian -> Cartesian 

Parameters

that
Type: Spherical..::..Cartesian
Input vector

Return Value

Sum of the vectors (this and that)

See Also