27 static operator ::fk_Angle (
fk_Angle^);
30 #ifndef FK_DOXYGEN_USER_PROCESS
65 void set(
double value);
71 void set(
double value);
77 void set(
double value);
86 void Set(
double h,
double p,
double b);
111 cli::array<float>^ refArray;
136 property double default[int, int] {
137 double get(int, int);
138 void set(
int,
int,
double);
141 #ifndef FK_DOXYGEN_USER_PROCESS
142 cli::array<float>^ GetFloatArray();
143 #endif // FK_DOXYGEN_USER_PROCESS
169 virtual bool Equals(Object^ O)
override;
325 void Set(
int row,
int col,
double value);
523 void MakeTrans(
double x,
double y,
double z);
542 void MakeEuler(
double h,
double p,
double b);
561 void MakeScale(
double x,
double y,
double z);
void SetCol(int col, fk_Vector^ V)
列ベクトル成分設定メソッド1
static void operator+=(fk_Matrix^ M1, fk_Matrix^ M2)
行列和代入演算子
static fk_HVector^ operator*(fk_Matrix^ M, fk_HVector^ V1)
ベクトル変換二項演算子
オイラー角を表すクラス
Definition: Matrix_CLI.h:23
double p
ピッチ角プロパティ
Definition: Matrix_CLI.h:69
fk_HVector^ GetCol(int col)
列ベクトル成分取得メソッド
void MakeTrans(double x, double y, double z)
平行移動行列生成メソッド1
static fk_Matrix^ operator-(fk_Matrix^ M1, fk_Matrix^ M2)
行列差二項演算子
4次元ベクトルを管理するクラス
Definition: Vector_CLI.h:446
fk_HVector^ GetRow(int row)
行ベクトル成分取得メソッド
bool IsSingular()
特異判定メソッド
String^ ToString() override
文字列出力メソッド
4元正方行列を管理するクラス
Definition: Matrix_CLI.h:108
void MakeRot(double rad, fk_Axis axis)
座標軸回転行列生成メソッド
double h
ヘディング角プロパティ
Definition: Matrix_CLI.h:63
fk_Axis
座標軸を表す列挙型
Definition: Vector_CLI.h:12
3次元ベクトルを管理するクラス
Definition: Vector_CLI.h:37
void Set(double h, double p, double b)
設定用メソッド
void MakeEuler(double h, double p, double b)
オイラー角回転行列生成メソッド1
static fk_Matrix^ operator+(fk_Matrix^ M1, fk_Matrix^ M2)
行列和二項演算子
static void operator*=(fk_Matrix^ M1, fk_Matrix^ M2)
行列積代入演算子1
double b
バンク角プロパティ
Definition: Matrix_CLI.h:75
fk_Matrix^ GetInverse()
逆行列取得演算子
void MakeScale(double x, double y, double z)
拡大縮小行列生成メソッド1
bool Equals(fk_Matrix^ M)
同値比較メソッド1
static void operator-=(fk_Matrix^ M1, fk_Matrix^ M2)
行列差代入演算子1
void Set(int row, int col, double value)
成分設定メソッド
void SetRow(int row, fk_Vector^ V)
行ベクトル成分設定メソッド1
Definition: AppWindow_CLI.h:11