|
QWT API (中文) 7.0.1
Qt绘图库 - 中文API文档
|
用于向量场的样本 更多...
#include <qwt_samples.h>
Public 成员函数 | |
| QwtVectorFieldSample (double x=0.0, double y=0.0, double vx=0.0, double vy=0.0) | |
| 带位置和向量坐标的构造函数 | |
| QwtVectorFieldSample (const QPointF &pos, double vx=0.0, double vy=0.0) | |
| 带 QPointF 位置和向量坐标的构造函数 | |
| QPointF | pos () const |
| 返回 QPointF 格式的位置 | |
| bool | isNull () const |
| 检查向量是否为空 | |
Public 属性 | |
| double | x |
| x coordinate of the position | |
| double | y |
| y coordinate of the position | |
| double | vx |
| x coordinate of the vector | |
| double | vy |
| y coordinate of the vector | |
用于向量场的样本
|
inline |
带位置和向量坐标的构造函数
|
inline |
带 QPointF 位置和向量坐标的构造函数
|
inline |
检查向量是否为空
|
inline |
返回 QPointF 格式的位置