Contents

init(transform:)

Returns a pose with a position and rotation defined by a projective transform.

Declaration

init?(transform: ProjectiveTransform3D)

Parameters

  • transform:

    The source transform. The function only considers the transform’s rotation and translation components.

See Also

Creating a 3D pose structure