Contents

init(x:y:z:)

Returns a new rotation axis from the floating-point values.

Declaration

init<T>(x: T, y: T, z: T) where T : BinaryFloatingPoint

Discussion