Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
6183af64
Kaydet (Commit)
6183af64
authored
Şub 03, 2014
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no need for typedefs here
Change-Id: I93c6a2ead9dfa25799376e4cfc88d77e18a4c9fd
üst
a47351f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
OpenGLRender.hxx
chart2/source/view/main/OpenGLRender.hxx
+6
-6
No files found.
chart2/source/view/main/OpenGLRender.hxx
Dosyayı görüntüle @
6183af64
...
@@ -58,22 +58,22 @@
...
@@ -58,22 +58,22 @@
#define DEBUG_POSITIONING 0
#define DEBUG_POSITIONING 0
#define RENDER_TO_FILE 0
#define RENDER_TO_FILE 0
typedef
struct
PosVecf3
struct
PosVecf3
{
{
float
x
;
float
x
;
float
y
;
float
y
;
float
z
;
float
z
;
}
PosVecf3
;
};
typedef
std
::
vector
<
GLfloat
>
Line2DPointList
;
typedef
std
::
vector
<
GLfloat
>
Line2DPointList
;
typedef
struct
Bubble2DPointList
struct
Bubble2DPointList
{
{
float
x
;
float
x
;
float
y
;
float
y
;
float
xScale
;
float
xScale
;
float
yScale
;
float
yScale
;
}
Bubble2DPointList
;
};
typedef
std
::
vector
<
GLfloat
>
Bubble2DCircle
;
typedef
std
::
vector
<
GLfloat
>
Bubble2DCircle
;
...
@@ -82,7 +82,7 @@ struct RectanglePointList
...
@@ -82,7 +82,7 @@ struct RectanglePointList
float
points
[
12
];
float
points
[
12
];
};
};
typedef
struct
TextInfo
struct
TextInfo
{
{
GLuint
texture
;
GLuint
texture
;
float
x
;
float
x
;
...
@@ -90,7 +90,7 @@ typedef struct TextInfo
...
@@ -90,7 +90,7 @@ typedef struct TextInfo
float
z
;
float
z
;
double
rotation
;
double
rotation
;
float
vertex
[
12
];
float
vertex
[
12
];
}
TextInfo
;
};
typedef
std
::
vector
<
GLfloat
>
Area2DPointList
;
typedef
std
::
vector
<
GLfloat
>
Area2DPointList
;
typedef
std
::
vector
<
GLfloat
>
PieSegment2DPointList
;
typedef
std
::
vector
<
GLfloat
>
PieSegment2DPointList
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment