init(width:height:depth:)
Creates a size structure from the specified double-precision values.
Declaration
init(width: Double = 0, height: Double = 0, depth: Double = 0)Parameters
- width:
A double-precision value that specifies the width.
- height:
A double-precision value that specifies the height.
- depth:
A double-precision value that specifies the depth.