Module: SDL2::Haptic::DIRECTION

Includes:
EnumerableConstants
Included in:
SDL2::Haptic
Defined in:
lib/sdl2/haptic.rb

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

Method Summary

Methods included from EnumerableConstants

included