if (this.getReferenceComp().hasBounds()){
centerPoint = this.getReferenceComp().getBounds().getCenterPointLocal();
centerPoint.transform(this.getReferenceComp().getLocalMatrix()); //macht den punkt in self space
}else{
centerPoint = this.getReferenceComp().getCenterPointGlobal();
centerPoint.transform(this.getReferenceComp().getGlobalInverseMatrix());
centerPoint.transform(this.getReferenceComp().getLocalMatrix());
}
return centerPoint;
//TODO wieder auf localobj space center umstellen?