public TransformationComponent getForwardTransformation() {
if (isSetForwardTransformation()) {
return forwardTransformation;
}
// This is necessary if we cannot return null here.
throw new PropertyUndefinedError(SpatialConstants.forwardTransformation, this);
}