Contents

simd_quaternion(_:_:)

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

Declaration

func simd_quaternion(_ angle: Float, _ axis: simd_float3) -> simd_quatf

See Also

Creating a quaternion from other data types