Returns a deep copy of the transform. For languages that treat structures as value types, this can
be accomplished by a simple assignment.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic Transform2d Clone()
Public Function Clone As Transform2d
Return Value
Type:
Transform2dA deep copy of this data structure.
See Also