|
Fluid
|
#include <geometry.h>


Public Member Functions | |
| void | setOffset (QVector2D v) noexcept |
Public Member Functions inherited from Fluid::SceneGraph::BasicVertex | |
| void | setPoint (float x, float y) noexcept |
| void | setPoint (QVector2D v) noexcept |
| void | setColor (QRgb c) noexcept |
| void | setColor (const QColor &c) noexcept |
Public Attributes | |
| float | offset_x |
| float | offset_y |
| float | distance_correction |
Public Attributes inherited from Fluid::SceneGraph::BasicVertex | |
| float | x |
| float | y |
| float | r |
| float | g |
| float | b |
| float | a |
|
inlinenoexcept |
| float Fluid::SceneGraph::ShadowVertex::distance_correction |
| float Fluid::SceneGraph::ShadowVertex::offset_x |
| float Fluid::SceneGraph::ShadowVertex::offset_y |