Contents

applying(_:)

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

Declaration

func applying(_ transform: ProjectiveTransform3DFloat) -> Pose3DFloat

Parameters

  • transform:

    The projective transform.

Discussion

  • Returns The transformed pose.

This function applies the transform to the pose.