Contents

init(transform:)

Creates a scaled pose with with a position, rotation, and scale that are defined by an affine transform.

Declaration

init?(transform: AffineTransform3DFloat)

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 an affine transform.

Discussion