
declare namespace openfl.geom {

export class PerspectiveProjection {

	constructor();
	fieldOfView:any;
	focalLength:any;
	projectionCenter:any;
	matrix3D:any;
	toMatrix3D():any;
	set_fieldOfView(fieldOfView:any):any;
	static TO_RADIAN:any;


}

}

export default openfl.geom.PerspectiveProjection;