MaxstARSDK
3.5.0
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
c
d
e
f
g
i
l
o
q
r
s
t
u
w
+
Functions
a
c
d
e
f
g
i
l
o
q
r
s
u
w
Variables
+
Files
File List
•
All
Classes
Functions
Variables
com
maxst
ar
CameraSize.java
1
/*
2
* Copyright 2016 Maxst, Inc. All Rights Reserved.
3
*/
4
package
com.maxst.ar;
5
6
class
CameraSize
{
7
8
public
int
width;
9
public
int
height;
10
11
CameraSize
(
int
width,
int
height) {
12
this.width = width;
13
this.height = height;
14
}
15
}
com.maxst.ar.CameraSize
Definition:
CameraSize.java:6
Generated by
1.8.14