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