Contents

rotated(by:)

Returns the vector rotated by the specified rotation around the origin.

Declaration

func rotated(by rotation: Rotation3DFloat) -> Vector3DFloat

Parameters

  • rotation:

    The rotation.

Discussion

  • Returns The rotated vector.