Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
Functions
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
y
z
Variables
a
b
c
d
e
f
h
i
k
l
m
n
s
t
v
w
Typedefs
a
b
c
d
e
f
h
i
l
m
n
p
q
s
u
v
w
Enumerations
Enumerator
c
d
f
h
l
m
n
r
s
Classes
Class List
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
u
v
Enumerations
b
c
d
f
l
n
o
p
r
s
t
v
Enumerator
_
c
d
f
h
k
n
q
r
s
t
v
x
y
Related Functions
b
c
d
o
r
s
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
Enumerator
b
c
d
e
f
k
l
n
p
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
y
app
android
src
com
introlab
rtabmap
TextObject.java
Go to the documentation of this file.
1
//package ri.blog.opengl008;
2
package
com.introlab.rtabmap;
3
4
public
class
TextObject
{
5
6
public
String
text
;
7
public
float
x
;
8
public
float
y
;
9
public
float
[]
color
;
10
11
public
TextObject
()
12
{
13
text
=
"default"
;
14
x
= 0
f
;
15
y
= 0
f
;
16
color
=
new
float
[] {1
f
, 1
f
, 1
f
, 1.0f};
17
}
18
19
public
TextObject
(String txt,
float
xcoord,
float
ycoord)
20
{
21
text
=
txt
;
22
x
= xcoord;
23
y
= ycoord;
24
color
=
new
float
[] {1
f
, 1
f
, 1
f
, 1.0f};
25
}
26
27
/*public boolean validate()
28
{
29
if(text.compareTo("")==0) return false;
30
31
return true;
32
}*/
33
}
com.introlab.rtabmap.TextObject.y
float y
Definition:
TextObject.java:8
com.introlab.rtabmap.TextObject.text
String text
Definition:
TextObject.java:6
com.introlab.rtabmap.TextObject.TextObject
TextObject(String txt, float xcoord, float ycoord)
Definition:
TextObject.java:19
com.introlab.rtabmap.TextObject.TextObject
TextObject()
Definition:
TextObject.java:11
f
Point2(* f)(const Point3 &, OptionalJacobian< 2, 3 >)
com.introlab.rtabmap.TextObject
Definition:
TextObject.java:4
txt
txt
com.introlab.rtabmap.TextObject.x
float x
Definition:
TextObject.java:7
com.introlab.rtabmap.TextObject.color
float[] color
Definition:
TextObject.java:9
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Feb 13 2025 03:45:04