Determines whether the convex covers a point.

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

Syntax

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

Parameters

p
Type: Spherical..::..Cartesian
The unit vector.
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.Contains(Spherical.Cartesian,System.Double,System.Double)"]

See Also