Click or drag to resize

Plane3Inequality Operator

Determines if two planes are different.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static bool operator !=(
	Plane3 a,
	Plane3 b
)

Parameters

a
Type: Karamba.GeometryPlane3
A first plane.
b
Type: Karamba.GeometryPlane3
A second plane.

Return Value

Type: Boolean
true if the two planes have any different componet components; false otherwise.
See Also