Loading [MathJax]/extensions/TeX/AMSmath.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
ViewingParameters.hpp
1
#pragma once
2
3
#include <
Core/Types.hpp
>
4
#include <Engine/RaEngine.hpp>
5
6
namespace
Ra
{
7
namespace
Engine {
8
namespace
Data {
10
struct
RA_ENGINE_API
ViewingParameters
{
11
Core::Matrix4 viewMatrix { Core::Matrix4::Identity() };
12
Core::Matrix4 projMatrix { Core::Matrix4::Identity() };
13
Scalar dt { 0 };
14
};
15
}
// namespace Data
16
}
// namespace Engine
17
}
// namespace Ra
Types.hpp
Ra
Definition:
Cage.cpp:3
Ra::Engine::Data::ViewingParameters
the set of viewing parameters extracted from the camera and given to the renderer
Definition:
ViewingParameters.hpp:10
src
Engine
Data
ViewingParameters.hpp
Generated on Wed Apr 5 2023 15:07:31 for Radium Engine by
1.9.1