Determines whether two convexes are the same within the specified accuracy.

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

Syntax

C#
public bool Same(
	Convex c
)
Visual C++
public:
bool Same(
	Convex^ c
)
F#
member Same : 
        c:Convex -> bool 

Parameters

c
Type: Spherical..::..Convex
The other convex to check this against.

Return Value

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

See Also