Overview
Struct is a interface in Aspose.3D FOSS for Java.
Struct.clone returns a new instance that is a copy of this struct.
Methods
| Signature | Description |
|---|
clone() → T | Returns a new instance that is a copy of this struct |
copyFrom(src: T) | Copies the values from the source struct into this struct |
See Also