Subtracts another vector

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

Syntax

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

Parameters

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

Return Value

Result

See Also