Derives the difference of the region and the specified halfspace.

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

Syntax

C#
public void Difference(
	Halfspace h
)
Visual C++
public:
void Difference(
	Halfspace h
)
F#
member Difference : 
        h:Halfspace -> unit 

Parameters

h
Type: Spherical..::..Halfspace
The halspace to subtract.

Remarks

Same as intersecting with the inverse of the halfspace.

See Also