Contents

rotate(by:)

Rotates the entity by an angle over an axis.

Declaration

mutating func rotate(by rotation: Rotation3D)

Parameters

  • rotation:

    The rotation structure that defines the rotation’s angle and axis.

See Also

Instance methods