topical media & game development

talk show tell print

lib-flex-animation-code-03-com-friendsofed-isometric-Point3D.ax

lib-flex-animation-code-03-com-friendsofed-isometric-Point3D.ax (swf ) [ flash ] flex


  package com.friendsofed.isometric
  {
          public class @ax-lib-flex-animation-code-03-com-friendsofed-isometric-Point3D
          {
                  public var x:Number;
                  public var y:Number;
                  public var z:Number;
                  
                  public function @ax-lib-flex-animation-code-03-com-friendsofed-isometric-Point3D(x:Number = 0, y:Number = 0, z:Number = 0)
                  {
                          this.x = x;
                          this.y = y;
                          this.z = z;
                  }
          }
  }


(C) Æliens 18/6/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.