LibreOffice Module canvas (master) 1
Public Attributes | List of all members
canvas::Vertex Struct Reference

#include <irendermodule.hxx>

Public Attributes

float r
 
float g
 
float b
 
float a
 
float u
 
float v
 
float x
 
float y
 
float z
 

Detailed Description

Definition at line 34 of file irendermodule.hxx.

Member Data Documentation

◆ a

float canvas::Vertex::a

Definition at line 36 of file irendermodule.hxx.

Referenced by canvas::Surface::draw().

◆ b

float canvas::Vertex::b

Definition at line 36 of file irendermodule.hxx.

Referenced by canvas::Surface::draw().

◆ g

float canvas::Vertex::g

Definition at line 36 of file irendermodule.hxx.

Referenced by canvas::Surface::draw().

◆ r

float canvas::Vertex::r

Definition at line 36 of file irendermodule.hxx.

Referenced by canvas::Surface::draw().

◆ u

float canvas::Vertex::u

Definition at line 37 of file irendermodule.hxx.

Referenced by canvas::Surface::draw().

◆ v

float canvas::Vertex::v

Definition at line 37 of file irendermodule.hxx.

Referenced by canvas::Surface::draw().

◆ x

float canvas::Vertex::x

Definition at line 38 of file irendermodule.hxx.

Referenced by canvas::Surface::draw().

◆ y

float canvas::Vertex::y

Definition at line 38 of file irendermodule.hxx.

Referenced by canvas::Surface::draw().

◆ z

float canvas::Vertex::z

Definition at line 38 of file irendermodule.hxx.

Referenced by canvas::Surface::draw().


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