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
CPDF_MeshVertex Class Reference

#include <cpdf_meshstream.h>

+ Collaboration diagram for CPDF_MeshVertex:

Public Member Functions

 CPDF_MeshVertex ()
 
 CPDF_MeshVertex (const CPDF_MeshVertex &)
 
 ~CPDF_MeshVertex ()
 

Public Attributes

CFX_PointF position
 
float r = 0.0f
 
float g = 0.0f
 
float b = 0.0f
 

Detailed Description

Definition at line 21 of file cpdf_meshstream.h.

Constructor & Destructor Documentation

◆ CPDF_MeshVertex() [1/2]

CPDF_MeshVertex::CPDF_MeshVertex ( )
default

◆ CPDF_MeshVertex() [2/2]

CPDF_MeshVertex::CPDF_MeshVertex ( const CPDF_MeshVertex & )
default

◆ ~CPDF_MeshVertex()

CPDF_MeshVertex::~CPDF_MeshVertex ( )
default

Member Data Documentation

◆ b

float CPDF_MeshVertex::b = 0.0f

Definition at line 30 of file cpdf_meshstream.h.

◆ g

float CPDF_MeshVertex::g = 0.0f

Definition at line 29 of file cpdf_meshstream.h.

◆ position

CFX_PointF CPDF_MeshVertex::position

Definition at line 27 of file cpdf_meshstream.h.

◆ r

float CPDF_MeshVertex::r = 0.0f

Definition at line 28 of file cpdf_meshstream.h.


The documentation for this class was generated from the following files: