Intersects the convex with the specified halfspace.
Namespace: SphericalAssembly: 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.
Remarks
Simply adds the halfspace to its list.