rotated(by:)
Returns a pose with a rotation that’s rotated by the specified rotation.
Declaration
func rotated(by rotation: Rotation3DFloat) -> Pose3DFloatParameters
- rotation:
The rotation.
Discussion
Returns A pose with a rotation that’s rotated by the specified rotation.