Contents

simd_quaternion(_:_:)

Returns a new quaternion from a scalar value and a three-element vector.

Declaration

func simd_quaternion(_ angle: Double, _ axis: simd_double3) -> simd_quatd

See Also

Creating a quaternion from other data types