Module: SDL2::Haptic::DIRECTION
Overview
Direction encodings
Constant Summary collapse
- POLAR =
Uses polar coordinates for the direction.
0- CARTESIAN =
Uses cartesian coordinates for the direction.
1- SPHERICAL =
Uses spherical coordinates for the direction.
2