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