Click or drag to resize

Transform3GetHashCode Method

Gets a non-unique hashing code for this transform.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override int GetHashCode()

Return Value

Type: Int32
A number that can be used to hash this transform in a dictionary.
See Also