Contents

init(position:rotation:)

Creates a pose from Spatial primitives that describe the position and rotation.

Declaration

init(position: Point3DFloat = .zero, rotation: Rotation3DFloat)

Parameters

  • position:

    The position of the pose.

  • rotation:

    The rotation of the pose.