1. package flash.geom {
  2.    public class Transform extends Object {
  3.         function getRelativeMatrix3D(relativeTo:DisplayObject):Matrix3D;
  4.         function get matrix3D():Matrix3D;
  5.         function get perspectiveProjection():PerspectiveProjection;
  6.         function set matrix3D(m:Matrix3D):*;
  7.         function set perspectiveProjection(pm:PerspectiveProjection):void;
  8.    }
  9.  }