getParentCell method

VectorDefinition getParentCell(
  1. GlobalVectorDefinition position
)

Implementation

VectorDefinition getParentCell(GlobalVectorDefinition position) =>
    getTableOrDefault(position.table).getParentCell(position.position);