Determines whether the minimal enclosing circles of the patches contain the specified point.

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

Syntax

C#
public bool MecContains(
	Cartesian x,
	double costol,
	double sintol
)
Visual C++
public:
bool MecContains(
	Cartesian x, 
	double costol, 
	double sintol
)
F#
member MecContains : 
        x:Cartesian * 
        costol:float * 
        sintol:float -> bool 

Parameters

x
Type: Spherical..::..Cartesian
The point on unit sphere.
costol
Type: System..::..Double
The cosine of the tolerance.
sintol
Type: System..::..Double
The sine of the tolerance.

Return Value

[Missing <returns> documentation for "M:Spherical.Convex.MecContains(Spherical.Cartesian,System.Double,System.Double)"]

See Also