Determines whether the halfspace contains the specified vector.

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

[Missing <param name="p"/> documentation for "M:Spherical.Halfspace.Contains(Spherical.Cartesian,System.Double,System.Double)"]

costol
Type: System..::..Double

[Missing <param name="costol"/> documentation for "M:Spherical.Halfspace.Contains(Spherical.Cartesian,System.Double,System.Double)"]

sintol
Type: System..::..Double

[Missing <param name="sintol"/> documentation for "M:Spherical.Halfspace.Contains(Spherical.Cartesian,System.Double,System.Double)"]

Return Value

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

See Also