3次元浮動小数点数クラス More...
#include <GxStruct.h>
Public Member Functions | |
初期化 | |
GX_FORCE_INLINE | GxFloat3 (void) |
デフォルトコンストラクタ | |
GX_FORCE_INLINE | GxFloat3 (f32 x, f32 y, f32 z) |
コンストラクタ | |
GX_FORCE_INLINE | GxFloat3 (const GxFloat4 &float4) |
コンストラクタ | |
GX_FORCE_INLINE | GxFloat3 (const GxVector3 &vector) |
コンストラクタ | |
GX_FORCE_INLINE | GxFloat3 (const GxVector4 &vector) |
コンストラクタ | |
GX_FORCE_INLINE | GxFloat3 (const GxFloat3 &float3) |
コピーコンストラクタ | |
演算子 | |
GX_FORCE_INLINE GxFloat3 & | operator= (const GxVector3 &vector) |
代入 | |
GX_FORCE_INLINE GxFloat3 & | operator= (const GxVector4 &vector) |
代入 | |
GX_FORCE_INLINE | operator f32 * (void) |
f32*へのキャスト | |
GX_FORCE_INLINE | operator const f32 * (void) const |
f32*へのキャスト | |
Public Attributes | |
メンバ変数 | |
f32 | _x |
X値 | |
f32 | _y |
Y値 | |
f32 | _z |
Z値 | |
3次元浮動小数点数クラス
GX_FORCE_INLINE GxFloat3::GxFloat3 | ( | const GxFloat4 & | float4 | ) |
コンストラクタ
float4 | [in] XYZW値 |
GX_FORCE_INLINE GxFloat3::GxFloat3 | ( | const GxVector3 & | vector | ) |
コンストラクタ
vector | [in] XYZ値 |
GX_FORCE_INLINE GxFloat3::GxFloat3 | ( | const GxVector4 & | vector | ) |
コンストラクタ
vector | [in] XYZW値 |
代入
vector | [in] XYZ値 |
代入
vector | [in] XYZW値 |