Contents

applying(_:)

Returns a pose that’s transformed by the specified projective transform.

Declaration

func applying(_ transform: ProjectiveTransform3D) -> Pose3D

Parameters

  • transform:

    The projective transform.

Discussion

  • Returns The transformed pose.

This function applies the transform to the pose.