Contents

transformSpace(_:)

Returns a modified version of the coordinate space.

Declaration

func transformSpace(_ baseFromMapTransform: @escaping (Self) -> ProjectiveTransform3D) -> some CoordinateSpace3D

Parameters

  • baseFromMapTransform:

    A closure which takes in the base coordinate space and returns a transform that represents the modification to that space.