| CompressedAabbTreeClone Method |
Namespace: DigitalRune.Geometry.PartitioningAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public CompressedAabbTree Clone()
Public Function Clone As CompressedAabbTree
public:
CompressedAabbTree^ Clone()
member Clone : unit -> CompressedAabbTree
Return Value
Type:
CompressedAabbTree
A new
CompressedAabbTree that is a clone (deep copy) of the current instance.
See Also