Determines the topological relation of the halfspace to another.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Topo GetTopo( Halfspace h, out Cartesian pos, out Cartesian neg ) |
Visual C++ |
---|
public: Topo GetTopo( Halfspace h, [OutAttribute] Cartesian% pos, [OutAttribute] Cartesian% neg ) |
F# |
---|
member GetTopo : h:Halfspace * pos:Cartesian byref * neg:Cartesian byref -> Topo |
Parameters
- h
- Type: Spherical..::..Halfspace
The halfspace to test.
- pos
- Type: Spherical..::..Cartesian%
The positive root if the two intersect. (Output)
- neg
- Type: Spherical..::..Cartesian%
The negative root if the two intersect. (Output)