This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package test.geom; | |
import massive.munit.util.Timer; | |
import massive.munit.Assert; | |
import massive.munit.async.AsyncFactory; | |
import nme.geom.Matrix3D; | |
import nme.geom.Vector3D; | |
/** | |
* Auto generated MassiveUnit Test Class for nme.geom.Matrix3D |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package deep.step.targets.starling.tools | |
{ | |
import flash.display.BitmapData; | |
import flash.display.DisplayObject; | |
import flash.geom.Rectangle; | |
import starling.core.RenderSupport; | |
import starling.display.Image; | |
import starling.display.Sprite; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package deep.nd2d.display | |
{ | |
import de.nulldesign.nd2d.display.Camera2D; | |
import de.nulldesign.nd2d.display.Sprite2D; | |
import de.nulldesign.nd2d.geom.Face; | |
import de.nulldesign.nd2d.geom.UV; | |
import de.nulldesign.nd2d.geom.Vertex; | |
import de.nulldesign.nd2d.materials.Sprite2DMaterial; | |
import de.nulldesign.nd2d.materials.texture.Texture2D; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private var controlPoint:Point = new Point(); // положение относительно стейдж | |
private var controlRect:Rectangle = new Rectangle(); // размер контрола, положение в нуле | |
private var globalControlRect:Rectangle = new Rectangle(); // тоже, но положение как у первой точки | |
private function update():void | |
{ | |
controlPoint.x = 0; | |
controlPoint.y = 0; | |
controlPoint = localToGlobal(controlPoint); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 175f69c31012074e4600d6335936e69ae47d2d93 Mon Sep 17 00:00:00 2001 | |
From: profelis <[email protected]> | |
Date: Wed, 12 Dec 2012 17:58:34 +0200 | |
Subject: [PATCH] [jeash] Error fixes | |
--- | |
jeash/errors/ArgumentError.hx | 5 ++++- | |
jeash/errors/IllegalOperationError.hx | 10 ++++++++++ | |
jeash/errors/RangeError.hx | 12 ++++++++++++ | |
jeash/errors/SecurityError.hx | 12 ++++++++++++ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 7ade5f2830bdba1d442859ddb4e0f18cab19b31f Mon Sep 17 00:00:00 2001 | |
From: profelis <[email protected]> | |
Date: Fri, 14 Dec 2012 15:15:48 +0200 | |
Subject: [PATCH] [jeash] Allow override requestHeaders | |
--- | |
jeash/net/URLLoader.hx | 4 ++-- | |
1 file changed, 2 insertions(+), 2 deletions(-) | |
diff --git a/jeash/net/URLLoader.hx b/jeash/net/URLLoader.hx |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* stats.hx | |
* http://github.com/mrdoob/stats.as | |
* | |
* Released under MIT license: | |
* http://www.opensource.org/licenses/mit-license.php | |
* | |
* How to use: | |
* | |
* addChild( new Stats(engine) ); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ; | |
#if macro | |
import haxe.macro.Context; | |
import haxe.macro.Expr; | |
#end | |
/** | |
* ... | |
* @author deep <[email protected]> | |
*/ | |
class Measure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ; | |
import haxe.macro.Expr; | |
/** | |
* ... | |
* @author deep <[email protected]> | |
*/ | |
class ElseMacros | |
{ |
OlderNewer