OGLplus
(0.59.0)
a C++ wrapper for rendering APIs
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Functions
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
Variables
Typedefs
a
b
c
d
e
g
h
i
k
l
m
n
o
p
r
s
t
u
v
Enumerations
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
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
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
q
r
s
t
u
v
w
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
m
n
o
p
r
s
t
u
v
Related Functions
o
Files
File List
File Members
All
Macros
Examples
eagine
units
base_scaled_unit.hpp
Go to the documentation of this file.
1
9
#ifndef EAGINE_UNITS_BASE_SCALED_UNIT_HPP
10
#define EAGINE_UNITS_BASE_SCALED_UNIT_HPP
11
12
#include "
base_unit.hpp
"
13
14
namespace
eagine::units::base {
15
16
template
<
typename
Scale,
typename
Unit>
17
struct
scaled_unit {
18
using
dimension = dimension_of_t<Unit>;
19
using
scale
= Scale;
20
using
type = scaled_unit;
21
};
22
23
}
// namespace eagine::units::base
24
25
#endif // EAGINE_UNITS_BASE_SCALED_UNIT_HPP
eagine::shapes::scale
static auto scale(std::shared_ptr< generator > gen, std::array< float, 3 > s) noexcept
Constructs instances of scaled_gen modifier.
Definition:
scaled.hpp:41
base_unit.hpp
Copyright © 2015-2021
Matúš Chochlík
.
<
chochlik -at -gmail.com
>
Documentation generated on Tue Apr 13 2021 by
Doxygen
(version 1.8.17).