Determines whether the region covers the specified point by first testing the minimal enclosing circles for overlap.

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

Syntax

C#
public bool SmartContains(
	Cartesian x
)
Visual C++
public:
bool SmartContains(
	Cartesian x
)
F#
member SmartContains : 
        x:Cartesian -> bool 

Parameters

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

Return Value

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

See Also