Contents

applying(_:)

Returns a point that results from applying the specified pose.

Declaration

func applying(_ pose: Pose3D) -> Point3D

Parameters

  • pose:

    The pose that the function applies to the point.

See Also

Transforming a 3D point structure