Struct

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

SignatureDescription
clone()TReturns 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