copy
fun copy(scaleX: Float = this.scaleX, scaleY: Float = this.scaleY, scaleZ: Float = this.scaleZ, pivot: NormalizedPoint3D = this.pivot): Scale3D
Copy this scale 3D with new values
Return
A new Scale3D instance with the new values
Copy this scale 3D with new values
A new Scale3D instance with the new values