Click or drag to resize

Plane3Equality Operator

Determines if two planes are equal.

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 all equal components; false otherwise.
See Also