Contents

subscript(_:)

Accesses a pose transformation using the index of the joint name.

Declaration

subscript(joint: String) -> Transform? { get set }

Parameters

  • joint:

    The joint name of transformation to access.

Overview