Fluid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Fluid::SceneGraph::BasicVertex Struct Reference

#include <geometry.h>

Inheritance diagram for Fluid::SceneGraph::BasicVertex:
Inheritance graph
[legend]

Public Member Functions

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 x
 
float y
 
float r
 
float g
 
float b
 
float a
 

Member Function Documentation

◆ setColor() [1/2]

void Fluid::SceneGraph::BasicVertex::setColor ( const QColor &  c)
inlinenoexcept

◆ setColor() [2/2]

void Fluid::SceneGraph::BasicVertex::setColor ( QRgb  c)
inlinenoexcept

◆ setPoint() [1/2]

void Fluid::SceneGraph::BasicVertex::setPoint ( float  x,
float  y 
)
inlinenoexcept

◆ setPoint() [2/2]

void Fluid::SceneGraph::BasicVertex::setPoint ( QVector2D  v)
inlinenoexcept

Member Data Documentation

◆ a

float Fluid::SceneGraph::BasicVertex::a

◆ b

float Fluid::SceneGraph::BasicVertex::b

◆ g

float Fluid::SceneGraph::BasicVertex::g

◆ r

float Fluid::SceneGraph::BasicVertex::r

◆ x

float Fluid::SceneGraph::BasicVertex::x

◆ y

float Fluid::SceneGraph::BasicVertex::y

The documentation for this struct was generated from the following file: