Egrome
 
载入中...
搜索中...
未找到
Size类 参考

尺寸类 更多...

#include <Size.h>

类 Size 继承关系图:
Object

Public 成员函数

 Size (float x=0, float y=0) noexcept
 
float & width () noexcept
 
float & height () noexcept
 
const float & width () const noexcept
 
const float & height () const noexcept
 
Sizeoperator= (const Size &other) noexcept
 
Size operator+ (const Size &other) const noexcept
 
Size operator- (const Size &other) const noexcept
 
Size operator* (const float &scale) const noexcept
 
Size operator/ (const float &scale) const noexcept
 
Sizeoperator+= (const Size &other) noexcept
 
Sizeoperator-= (const Size &other) noexcept
 
Sizeoperator*= (const float &scale) noexcept
 
Sizeoperator/= (const float &scale) noexcept
 
bool operator== (const Size &other) const noexcept
 
bool operator!= (const Size &other) const noexcept
 
- Public 成员函数 继承自 Object
 Object () noexcept
 构造函数
 
virtual ~Object () noexcept
 析构函数
 

详细描述

尺寸类


该类的文档由以下文件生成: