offset = offset.multiply3(sizeScale);
offset = offset.transformBy3(transformToPosition);
// Add the adjusted offset to the Cartesian point, and recompute the control point's offset geographic position.
point = point.add3(offset);
controlPointInfo.position = globe.computePositionFromPoint(point);
if (dc.isPickingMode())
{
PickedObject po = this.bindPickableObject(dc, controlPointInfo.controlPoint,
controlPointInfo.controlPoint.getKey());