transformToUnitCube method
Scale entity
to fit within the unit cube.
Implementation
@override
Future transformToUnitCube(ThermionEntity entity) {
// TODO: implement transformToUnitCube
throw UnimplementedError();
}
Scale entity
to fit within the unit cube.
@override
Future transformToUnitCube(ThermionEntity entity) {
// TODO: implement transformToUnitCube
throw UnimplementedError();
}