2018年06月05日
	
	interface Array<T> {    x: number;    y: number;    sqrlen(): number;    len(): number;    normalize(): number[];    scale(s: number): number[];    add(b: number[]): number[]
	
 
	2018年05月18日
	
	let oMatrix = this.ballMesh.modelMatrix;				let matrix = new egret3d.Matrix4_4();				matrix.identity();				matrix.appendRotation(vangle * 60, axis);				oMatrix.multiply(matrix);				this.ballMesh.orientation.fromMatrix(oMatrix);
	
 
	2018年05月07日
	
	Unexpected crash! Please log a bug with the commandline you specified.
/opt/local/lib/node_modules/dts-gen-v2/bin/lib/run.js:130
        throw e;