Click or drag to resize

Transform3Equality Operator

Determines if two transformations are equal in value.

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

Parameters

a
Type: Karamba.GeometryTransform3
A tranform.
b
Type: Karamba.GeometryTransform3
Another tranform.

Return Value

Type: Boolean
true if transforms are equal; otherwise false.
See Also