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 Halfspace Inverse()
Visual C++
public:
Halfspace Inverse()
F#
member Inverse : unit -> Halfspace 

Return Value

Inverse of this halfspace

Remarks

Mirrors center and cos0 = -1 * cos0

See Also