3 #ifndef _APIViewport_H_
4 #define _APIViewport_H_
8 namespace AnyCAD{
namespace API
35 Real GetWidth ()
const;
55 float GetZoom ()
const;
60 void SetZoom (
const float& zoom) ;
65 Matrix4 UpdateProjectionMatrix () ;
69 #endif //_APIViewport_H_
Matrix4.
Definition: APIMath.h:248
定义窗口的视口信息
Definition: APIViewport.h:17
Point or vector.
Definition: APIMath.h:16
EnumProjectionType
Definition: APIEnums.h:210
#define DECLARE_APIOBJECT(className)
Definition: APIObjectDef.h:10
double Real
Definition: APIMath.h:7