コード例 #1
0
ファイル: LeapC.cs プロジェクト: hirenkumawat/DriveSuite
 public static extern LEAP_VECTOR  LeapPixelToRectilinear(IntPtr hConnection, eLeapPerspectiveType camera, LEAP_VECTOR pixel);
コード例 #2
0
ファイル: LeapC.cs プロジェクト: hirenkumawat/DriveSuite
 public static extern LEAP_VECTOR  LeapRectilinearToPixel(IntPtr hConnection, eLeapPerspectiveType camera, LEAP_VECTOR rectilinear);
コード例 #3
0
 public static extern LEAP_VECTOR LeapRectilinearToPixelEx(IntPtr hConnection,
                                                           IntPtr hDevice, eLeapPerspectiveType camera, eLeapCameraCalibrationType calibrationType, LEAP_VECTOR rectilinear);