構造体 TA_VECTOR_2D
[構造体]

2Dベクトル [詳細]

#include <TaLibSymbol.h>

すべてのメンバ一覧

Public メソッド

 TA_VECTOR_2D ()
 TA_VECTOR_2D (float x, float y)
 TA_VECTOR_2D (const float *pVal)
 ~TA_VECTOR_2D ()
 operator const float * () const
 operator float * ()

Public 変数

union {
   float   m [2]
   struct {
      float   x
      float   y
   } 
   struct {
      float   u
      float   v
   } 
}; 


説明

2Dベクトル

コンストラクタとデストラクタ

TA_VECTOR_2D::TA_VECTOR_2D (  )  [inline]

TA_VECTOR_2D::TA_VECTOR_2D ( float  x,
float  y 
) [inline]

TA_VECTOR_2D::TA_VECTOR_2D ( const float *  pVal  )  [inline]

TA_VECTOR_2D::~TA_VECTOR_2D (  )  [inline]


関数

TA_VECTOR_2D::operator const float * (  )  const [inline]

TA_VECTOR_2D::operator float * (  )  [inline]


変数

union { ... }

float TA_VECTOR_2D::m[2]


この構造体の説明は次のファイルから生成されました:


Generated for ToyStudio SDK 1.6.1.3 by  Doxygen