Contents

transformSpace(_:)

Returns a modified version of the coordinate space.

Declaration

func transformSpace(_ baseFromMapTransform: @escaping (Self) -> ProjectiveTransform3DFloat) -> some CoordinateSpace3DFloat

Parameters

  • baseFromMapTransform:

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