Lugdunum
0.1.0
include
lug
Graphics
Render
Camera
Orthographic.inl
Go to the documentation of this file.
1
inline
float
Orthographic::getXMag()
const
{
2
return
_xmag;
3
}
4
5
inline
void
Orthographic::setXMag(
float
xmag) {
6
_xmag = xmag;
7
}
8
9
inline
float
Orthographic::getYMag()
const
{
10
return
_ymag;
11
}
12
13
inline
void
Orthographic::setYMag(
float
ymag) {
14
_ymag = ymag;
15
}
16
Generated by
1.8.13