Gainput
v1.0.0
lib
include
gainput
GainputMapFilters.h
1
2
#ifndef GAINPUTMAPFILTERS_H_
3
#define GAINPUTMAPFILTERS_H_
4
5
namespace
gainput
6
{
7
9
GAINPUT_LIBEXPORT
float
InvertSymmetricInput
(
float
const
value,
void
*);
10
12
GAINPUT_LIBEXPORT
float
InvertInput
(
float
const
value,
void
*);
13
14
}
15
16
#endif
17
gainput::InvertInput
GAINPUT_LIBEXPORT float InvertInput(float const value, void *)
Inverts the given input value in the range [0.0f, 1.0f].
gainput::InvertSymmetricInput
GAINPUT_LIBEXPORT float InvertSymmetricInput(float const value, void *)
Inverts the given input value in the range [-1.0f, 1.0f].
gainput
Contains all Gainput related classes, types, and functions.
Definition:
gainput.h:103
Generated on Wed Sep 6 2017 20:47:59 for Gainput by
1.8.13