Determines the topological relation of the halfspace and the specified point.

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

Syntax

C#
public Topo GetTopo(
	Cartesian p,
	double sintol
)
Visual C++
public:
Topo GetTopo(
	Cartesian p, 
	double sintol
)
F#
member GetTopo : 
        p:Cartesian * 
        sintol:float -> Topo 

Parameters

p
Type: Spherical..::..Cartesian
The unit vector.
sintol
Type: System..::..Double
The sine of the tolerance limit.

Return Value

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

See Also