|
| fk_HVector | FK::operator* (const fk_OrthoMatrix &, const fk_HVector &) |
| | ベクトル変換二項演算子
|
| |
| fk_OrthoMatrix | FK::operator* (const fk_OrthoMatrix &, const fk_OrthoMatrix &) |
| | 行列積二項演算子1
|
| |
| fk_Matrix | FK::operator* (const fk_Matrix &, const fk_OrthoMatrix &) |
| | 行列積二項演算子2
|
| |
| fk_Matrix | FK::operator* (const fk_OrthoMatrix &, const fk_Matrix &) |
| | 行列積二項演算子3
|
| |
| fk_Matrix | FK::operator+ (const fk_Matrix &, const fk_OrthoMatrix &) |
| | 行列和二項演算子1
|
| |
| fk_Matrix | FK::operator+ (const fk_OrthoMatrix &, const fk_Matrix &) |
| | 行列和二項演算子2
|
| |
| fk_Matrix | FK::operator- (const fk_Matrix &, const fk_OrthoMatrix &) |
| | 行列差二項演算子1
|
| |
| fk_Matrix | FK::operator- (const fk_OrthoMatrix &, const fk_Matrix &) |
| | 行列差二項演算子2
|
| |
| fk_HVector | FK::operator* (const fk_Matrix &, const fk_HVector &) |
| | ベクトル変換二項演算子
|
| |
| fk_Matrix | FK::operator* (const fk_Matrix &, const fk_Matrix &) |
| | 行列積二項演算子
|
| |
| fk_Matrix | FK::operator* (double, const fk_Matrix &) |
| | 行列実数倍二項演算子1
|
| |
| fk_Matrix | FK::operator* (const fk_Matrix &, double) |
| | 行列実数倍二項演算子2
|
| |
| fk_Matrix | FK::operator+ (const fk_Matrix &, const fk_Matrix &) |
| | 行列和二項演算子
|
| |
| fk_Matrix | FK::operator- (const fk_Matrix &, const fk_Matrix &) |
| | 行列差二項演算子
|
| |