applying(_:)
Returns a pose that’s transformed by the specified projective transform.
Declaration
func applying(_ transform: ProjectiveTransform3D) -> Pose3DParameters
- transform:
The projective transform.
Discussion
Returns The transformed pose.
This function applies the transform to the pose.