Size3D
A size that describes width, height, and depth in a 3D coordinate system.
Declaration
struct Size3DTopics
Creating a 3D size structure
init()init(width:height:depth:)init(width:height:depth:)init(_:)init(_:)init(vector:)init(_:)init(_:)
Inspecting a 3D size’s properties
Transforming a 3D size structure
applying(_:)applying(_:)applying(_:)unapplying(_:)unapplying(_:)unapplying(_:)sheared(_:)applying(_:)unapplying(_:)
Checking characteristics
Creating derived 3D sizes
Comparing values
3D size constants
Applying arithmetic operations
*(_:_:)*(_:_:)*(_:_:)*(_:_:)*(_:_:)+(_:_:)-(_:)-(_:_:)*=(_:_:)+=(_:_:)+=(_:_:)-=(_:_:)-=(_:_:)/(_:_:)/=(_:_:)
Deprecated symbols
Initializers
Default Implementations
AdditiveArithmetic ImplementationsCustomReflectable ImplementationsDecodable ImplementationsEncodable ImplementationsEquatable ImplementationsHashable ImplementationsPrimitive3DProtocol ImplementationsScalable3DProtocol ImplementationsShearable3D ImplementationsVolumetric ImplementationsVolumetricProtocol Implementations