define([
'../Core/freezeObject'
], function(
freezeObject) {
'use strict';
/**
* The horizontal location of an origin relative to an object, e.g., a {@link Billboard}
* or {@link Label}. For example, setting the horizontal origin to LEFT
* or RIGHT will display a billboard to the left or right (in screen space)
* of the anchor position.
*
*
