Determines whether two halfspaces differ.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public static bool operator !=( Halfspace left, Halfspace right ) |
Visual C++ |
---|
public: static bool operator !=( Halfspace left, Halfspace right ) |
F# |
---|
static let inline (<>) left:Halfspace * right:Halfspace : bool |
Parameters
- left
- Type: Spherical..::..Halfspace
Left side halfspace
- right
- Type: Spherical..::..Halfspace
Right side halfspace