#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.
◆ Screen() [1/2]
Leap::Screen::Screen |
( |
ScreenImplementation * |
| ) |
|
◆ Screen() [2/2]
◆ __init__()
def Leap.Screen.__init__ |
( |
|
self | ) |
|
◆ __eq__()
def Leap.Screen.__eq__ |
( |
|
self, |
|
|
|
arg2 |
|
) |
| |
◆ __ne__()
def Leap.Screen.__ne__ |
( |
|
self, |
|
|
|
arg2 |
|
) |
| |
◆ __str__()
def Leap.Screen.__str__ |
( |
|
self | ) |
|
◆ bottomLeftCorner()
◆ distance_to_point()
def Leap.Screen.distance_to_point |
( |
|
self, |
|
|
|
point |
|
) |
| |
◆ distanceToPoint()
◆ heightPixels()
◆ horizontalAxis()
◆ id()
◆ intersect() [1/3]
def Leap.Screen.intersect |
( |
|
self, |
|
|
|
args |
|
) |
| |
◆ intersect() [2/3]
◆ intersect() [3/3]
◆ invalid()
◆ isValid()
◆ normal() [1/2]
def Leap.Screen.normal |
( |
|
self | ) |
|
◆ normal() [2/2]
◆ operator!=()
◆ operator==()
◆ project() [1/2]
def Leap.Screen.project |
( |
|
self, |
|
|
|
position, |
|
|
|
normalize, |
|
|
|
clampRatio = 1.0 |
|
) |
| |
◆ project() [2/2]
LEAP_EXPORT Vector Leap::Screen::project |
( |
const Vector & |
position, |
|
|
bool |
normalize, |
|
|
float |
clampRatio = 1.0f |
|
) |
| const |
◆ toCString()
LEAP_EXPORT const char* Leap::Screen::toCString |
( |
| ) |
const |
|
private |
◆ toString()
std::string Leap::Screen::toString |
( |
| ) |
const |
|
inline |
◆ verticalAxis()
◆ widthPixels()
◆ operator<<
◆ __getattr__
◆ __repr__
◆ __setattr__
◆ __swig_destroy__
Leap.Screen.__swig_destroy__ = LeapPython.delete_Screen |
|
staticprivate |
◆ __swig_getmethods__
dictionary Leap.Screen.__swig_getmethods__ = {} |
|
staticprivate |
◆ __swig_setmethods__
dictionary Leap.Screen.__swig_setmethods__ = {} |
|
staticprivate |
◆ bottom_left_corner
Leap.Screen.bottom_left_corner = _swig_property(LeapPython.Screen_bottom_left_corner_get) |
|
static |
◆ height_pixels
Leap.Screen.height_pixels = _swig_property(LeapPython.Screen_height_pixels_get) |
|
static |
◆ horizontal_axis
Leap.Screen.horizontal_axis = _swig_property(LeapPython.Screen_horizontal_axis_get) |
|
static |
◆ id
◆ is_valid
◆ this
◆ vertical_axis
Leap.Screen.vertical_axis = _swig_property(LeapPython.Screen_vertical_axis_get) |
|
static |
◆ width_pixels
Leap.Screen.width_pixels = _swig_property(LeapPython.Screen_width_pixels_get) |
|
static |
The documentation for this class was generated from the following files: