Contents

init(transform:)

Creates a pose with with a position, rotation, and scale that are defined by a projective transform.

Declaration

init?(transform: ProjectiveTransform3DFloat)

Parameters

  • transform:

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

Return Value

A pose with a position, rotation, and scale that are defined by a projective transform.

Discussion