Inverts halfspace: derives the complementer on the sphere

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

Syntax

C#
public static Halfspace Invert(
	Halfspace h
)
Visual C++
public:
static Halfspace Invert(
	Halfspace h
)
F#
static member Invert : 
        h:Halfspace -> Halfspace 

Parameters

h
Type: Spherical..::..Halfspace
Halfspace to be inverted

Return Value

Inverse of given halfspace

Remarks

Mirrors center and cos0 = -1 * cos0

Remarks

Used for mapping collections

See Also