#include <Leap.h>
|
def | __eq__ (self, arg2) |
|
def | __init__ (self) |
|
def | __ne__ (self, arg2) |
|
def | __str__ (self) |
|
LEAP_EXPORT Vector | bottomLeftCorner () const |
|
def | distance_to_point (self, point) |
|
LEAP_EXPORT float | distanceToPoint (const Vector &point) const |
|
LEAP_EXPORT int | heightPixels () const |
|
LEAP_EXPORT Vector | horizontalAxis () const |
|
LEAP_EXPORT int32_t | id () const |
|
def | intersect (self, args) |
|
LEAP_EXPORT Vector | intersect (const Pointable &pointable, bool normalize, float clampRatio=1.0f) const |
|
LEAP_EXPORT Vector | intersect (const Vector &position, const Vector &direction, bool normalize, float clampRatio=1.0f) const |
|
LEAP_EXPORT bool | isValid () const |
|
def | normal (self) |
|
LEAP_EXPORT Vector | normal () const |
|
LEAP_EXPORT bool | operator!= (const Screen &) const |
|
LEAP_EXPORT bool | operator== (const Screen &) const |
|
def | project (self, position, normalize, clampRatio=1.0) |
|
LEAP_EXPORT Vector | project (const Vector &position, bool normalize, float clampRatio=1.0f) const |
|
| Screen (ScreenImplementation *) |
|
LEAP_EXPORT | Screen () |
|
std::string | toString () const |
|
LEAP_EXPORT Vector | verticalAxis () const |
|
LEAP_EXPORT int | widthPixels () const |
|
def | __init__ (self, args, kwargs) |
|
Definition at line 2585 of file Leap.h.
Leap::Screen::Screen |
( |
ScreenImplementation * |
| ) |
|
def Leap.Screen.__init__ |
( |
|
self | ) |
|
def Leap.Screen.__eq__ |
( |
|
self, |
|
|
|
arg2 |
|
) |
| |
def Leap.Screen.__ne__ |
( |
|
self, |
|
|
|
arg2 |
|
) |
| |
def Leap.Screen.__str__ |
( |
|
self | ) |
|
def Leap.Screen.distance_to_point |
( |
|
self, |
|
|
|
point |
|
) |
| |
def Leap.Screen.intersect |
( |
|
self, |
|
|
|
args |
|
) |
| |
def Leap.Screen.normal |
( |
|
self | ) |
|
def Leap.Screen.project |
( |
|
self, |
|
|
|
position, |
|
|
|
normalize, |
|
|
|
clampRatio = 1.0 |
|
) |
| |
LEAP_EXPORT Vector Leap::Screen::project |
( |
const Vector & |
position, |
|
|
bool |
normalize, |
|
|
float |
clampRatio = 1.0f |
|
) |
| const |
LEAP_EXPORT const char* Leap::Screen::toCString |
( |
| ) |
const |
|
private |
std::string Leap::Screen::toString |
( |
| ) |
const |
|
inline |
Leap.Screen.__getattr__ = lambdaself,name:_swig_getattr(self, Screen, name) |
|
staticprivate |
Leap.Screen.__setattr__ = lambdaself,name,value:_swig_setattr(self, Screen, name, value) |
|
staticprivate |
Leap.Screen.__swig_destroy__ = LeapPython.delete_Screen |
|
staticprivate |
dictionary Leap.Screen.__swig_getmethods__ = {} |
|
staticprivate |
dictionary Leap.Screen.__swig_setmethods__ = {} |
|
staticprivate |
Leap.Screen.bottom_left_corner = _swig_property(LeapPython.Screen_bottom_left_corner_get) |
|
static |
Leap.Screen.height_pixels = _swig_property(LeapPython.Screen_height_pixels_get) |
|
static |
Leap.Screen.horizontal_axis = _swig_property(LeapPython.Screen_horizontal_axis_get) |
|
static |
Leap.Screen.vertical_axis = _swig_property(LeapPython.Screen_vertical_axis_get) |
|
static |
Leap.Screen.width_pixels = _swig_property(LeapPython.Screen_width_pixels_get) |
|
static |
The documentation for this class was generated from the following files: