ICloneable<T> Interface
Interface for an object with a clone method.
Methods
Name | Description | |
---|---|---|
clone(result?: T): T | Return a deep clone of the instance. |
Defined in
- Geometry.ts Line 223
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.