Determines whether two unit vectors are identical.

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

Syntax

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

Parameters

that
Type: Spherical..::..Cartesian
The unit vector to test.

Return Value

[Missing <returns> documentation for "M:Spherical.Cartesian.Same(Spherical.Cartesian)"]

See Also