Contents

init(width:height:depth:)

Returns a new point from the floating-point values.

Declaration

init<T>(width: T, height: T, depth: T) where T : BinaryFloatingPoint

Discussion