Nuitrack
1.5.0
3D スケルトン トラッキング ミドルウェア
メインページ
関連ページ
モジュール
クラス
サンプル
すべて
クラス
名前空間
関数
変数
Typedefs
列挙型
列挙子
プロパティ
イベント
グループ
ページ
BoundingBox.h
1
#ifndef NUITRACK_BOUNDING_BOX_H_
2
#define NUITRACK_BOUNDING_BOX_H_
3
4
namespace
tdv
5
{
6
namespace
nuitrack
7
{
12
struct
BoundingBox
13
{
14
BoundingBox
(
float
top
= 0.0,
float
bottom
= 1.0,
15
float
left
= 0.0,
float
right
= 1.0) :
16
top
(
top
),
bottom
(
bottom
),
left
(
left
),
right
(
right
) {}
17
18
float
top
;
19
float
bottom
;
20
float
left
;
21
float
right
;
22
};
23
24
}
/* namespace nuitrack */
25
}
/* namespace tdv */
26
27
#endif
/* NUITRACK_BOUNDING_BOX_H_ */
tdv::nuitrack::BoundingBox::left
float left
境界ボックスの左側の位置
定義:
BoundingBox.h:20
tdv::nuitrack::BoundingBox
境界ボックス プロパティを保存します。
定義:
BoundingBox.h:12
tdv::nuitrack::BoundingBox::right
float right
境界ボックスの右側の位置
定義:
BoundingBox.h:21
tdv::nuitrack::BoundingBox::bottom
float bottom
境界ボックスの下部の位置
定義:
BoundingBox.h:19
tdv::nuitrack::BoundingBox::top
float top
境界ボックスの上部の位置
定義:
BoundingBox.h:18
nuitrack
types
BoundingBox.h
Nuitrack 用として、2020年3月21日 土曜日 9:48:14 に作成
1.8.6 を使用