Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QT_BEGIN_NAMESPACE::SmoothVertex Struct Reference
+ Inheritance diagram for QT_BEGIN_NAMESPACE::SmoothVertex:
+ Collaboration diagram for QT_BEGIN_NAMESPACE::SmoothVertex:

Public Member Functions

void set (float primary, float secondary, Color4ub ncolor, float dPrimary, float dSecondary, bool vertical)
 
void set (float primary, float secondary, Color4ub ncolor, float dPrimary, float dSecondary, bool vertical)
 
- Public Member Functions inherited from QT_BEGIN_NAMESPACE::Vertex
void set (float primary, float secondary, Color4ub ncolor, bool vertical)
 
void set (float primary, float secondary, Color4ub ncolor, bool vertical)
 

Public Attributes

float dx
 
float dy
 
- Public Attributes inherited from QT_BEGIN_NAMESPACE::Vertex
float x
 
float y
 
Color4ub color
 

Detailed Description

Definition at line 49 of file qsgbasicinternalrectanglenode.cpp.

Member Function Documentation

◆ set() [1/2]

void QT_BEGIN_NAMESPACE::SmoothVertex::set ( float primary,
float secondary,
Color4ub ncolor,
float dPrimary,
float dSecondary,
bool vertical )
inline

Definition at line 53 of file qsgbasicinternalrectanglenode.cpp.

References dx, dy, and QT_BEGIN_NAMESPACE::Vertex::set().

+ Here is the call graph for this function:

◆ set() [2/2]

void QT_BEGIN_NAMESPACE::SmoothVertex::set ( float primary,
float secondary,
Color4ub ncolor,
float dPrimary,
float dSecondary,
bool vertical )
inline

Definition at line 53 of file qsgbasicinternalrectanglenode.cpp.

Member Data Documentation

◆ dx

float QT_BEGIN_NAMESPACE::SmoothVertex::dx

Definition at line 51 of file qsgbasicinternalrectanglenode.cpp.

Referenced by set().

◆ dy

float QT_BEGIN_NAMESPACE::SmoothVertex::dy

Definition at line 51 of file qsgbasicinternalrectanglenode.cpp.

Referenced by set().


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