splat-transform API Reference - v1.10.2
    Preparing search index...

    Function convertToSpace

    • Returns a DataTable with column data converted to the target coordinate space. If the DataTable is already in that space, returns it unchanged.

      Parameters

      • dataTable: DataTable

        The source DataTable.

      • targetTransform: Transform

        The desired coordinate-space transform.

      • inPlace: boolean = false

        If true, mutate the DataTable's column arrays and transform in place instead of allocating a new DataTable. The caller must ensure no other code depends on the original column data.

      Returns DataTable

      A DataTable whose raw data is in the target coordinate space.