init(axis:angle:)

    Constructs a quaternion that will rotate around the given axis by the specified angle. The axis must be a normalized vector.

    Quaternion.swift:81
    init(axis: Vector3, angle: Float)

    Other members in extension

    Type members

    Instance members