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
f6406c91
Kaydet (Commit)
f6406c91
authored
Nis 08, 2014
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Need 3 points to define a rectangle in 3D.
Change-Id: I47e212f922b67ced6c6cd63bf90133c024cf0af4
üst
5f7e6617
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
3DChartObjects.hxx
chart2/source/view/inc/3DChartObjects.hxx
+2
-1
No files found.
chart2/source/view/inc/3DChartObjects.hxx
Dosyayı görüntüle @
f6406c91
...
@@ -49,6 +49,7 @@ class Text : public Renderable3DObject
...
@@ -49,6 +49,7 @@ class Text : public Renderable3DObject
private
:
private
:
BitmapEx
maText
;
BitmapEx
maText
;
glm
::
vec3
maTopLeft
;
glm
::
vec3
maTopLeft
;
glm
::
vec3
maTopRight
;
glm
::
vec3
maBottomRight
;
glm
::
vec3
maBottomRight
;
};
};
...
@@ -56,6 +57,7 @@ class Rectangle : public Renderable3DObject
...
@@ -56,6 +57,7 @@ class Rectangle : public Renderable3DObject
{
{
private
:
private
:
glm
::
vec3
maTopLeft
;
glm
::
vec3
maTopLeft
;
glm
::
vec3
maTopRight
;
glm
::
vec3
maBottomRight
;
glm
::
vec3
maBottomRight
;
Color
maColor
;
// RGBA fill color
Color
maColor
;
// RGBA fill color
Color
maLineColor
;
// RGBA line color
Color
maLineColor
;
// RGBA line color
...
@@ -66,7 +68,6 @@ class Camera : public Renderable3DObject
...
@@ -66,7 +68,6 @@ class Camera : public Renderable3DObject
public
:
public
:
Camera
();
Camera
();
private
:
private
:
glm
::
vec3
maPos
;
glm
::
vec3
maPos
;
glm
::
vec3
maDirection
;
glm
::
vec3
maDirection
;
};
};
...
...
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