openfl
Version:
A fast, productive library for 2D cross-platform development.
20 lines (13 loc) • 300 B
TypeScript
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;