Intersects the region with the specified halfspace in place.

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

Syntax

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

Parameters

h
Type: Spherical..::..Halfspace
The halfspace to intersect with.

See Also