Click or drag to resize

Plane3Equals Method (Plane3)

tests whether another plane is equal to this one

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool Equals(
	Plane3 plane
)

Parameters

plane
Type: Karamba.GeometryPlane3
other plane to be tested

Return Value

Type: Boolean
true if equal

Implements

IEquatableTEquals(T)
See Also