MGCL V10  V10
MGCL V10
 全て クラス 名前空間 関数 変数 型定義 列挙型 列挙値 フレンド グループ ページ
DefaultVector.h
1 /********************************************************************/
2 /* Copyright (c) 2015 DG Technologies Inc. and Yuzi Mizuno */
3 /* All rights reserved. */
4 /********************************************************************/
5 #ifndef _MGDefaultVector_HH_
6 #define _MGDefaultVector_HH_
7 
8 #include "mg/MGCL.h"
9 #include "mg/Position.h"
10 
11 // MGDefault.h
12 // header for class MGDefault
13 
14 // Difines default values of each class.
15 extern MG_DLL_DECLR const MGPosition mgNULL_Pos;
16 extern MG_DLL_DECLR const MGPosition mgORIGIN;
17 extern MG_DLL_DECLR const MGPosition mgORIGIN_2D;
18 
19 extern MG_DLL_DECLR const MGVector mgX_UVEC;
20 extern MG_DLL_DECLR const MGVector mgY_UVEC;
21 extern MG_DLL_DECLR const MGVector mgZ_UVEC;
22 
23 extern MG_DLL_DECLR const MGVector mgX_UVEC_2D;
24 extern MG_DLL_DECLR const MGVector mgY_UVEC_2D;
25 
26 extern MG_DLL_DECLR const MGVector mgNULL_VEC;
27 extern MG_DLL_DECLR const MGVector mgZERO_VEC;
28 extern MG_DLL_DECLR const MGVector mgZERO_VEC_2D;
29 
30 #endif
Vector of a general n space dimension.
Definition: Vector.h:26
Represent a positional data.
Definition: Position.h:28