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
)
Visual C++
public:
bool MecContains(
	Cartesian x
)
F#
member MecContains : 
        x:Cartesian -> bool 

Parameters

x
Type: Spherical..::..Cartesian
The unit vector.

Return Value

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

See Also