| Package | com.yahoo.astra.utils |
| Class | public class DisplayObjectUtil |
| Method | Defined by | ||
|---|---|---|---|
|
localToLocal(point:Point, firstDisplayObject:DisplayObject, secondDisplayObject:DisplayObject):Point
[static]
Converts a point from the local coordinate system of one DisplayObject to
the local coordinate system of another DisplayObject.
| DisplayObjectUtil | ||
| localToLocal | () | method |
public static function localToLocal(point:Point, firstDisplayObject:DisplayObject, secondDisplayObject:DisplayObject):PointConverts a point from the local coordinate system of one DisplayObject to the local coordinate system of another DisplayObject.
Parameterspoint:Point — the point to convert
|
|
firstDisplayObject:DisplayObject — the original coordinate system
|
|
secondDisplayObject:DisplayObject — the new coordinate system
|
Point |