Effekseer
|
公開メンバ関数 | |
Vec4f (const Vec4f &vec)=default | |
Vec4f (const Float4 &vec) | |
float | GetX () const |
float | GetY () const |
float | GetZ () const |
float | GetW () const |
void | SetX (float o) |
void | SetY (float o) |
void | SetZ (float o) |
void | SetW (float o) |
Vec4f & | operator+= (const Vec4f &o) |
Vec4f & | operator-= (const Vec4f &o) |
Vec4f & | operator*= (const Vec4f &o) |
Vec4f & | operator/= (const Vec4f &o) |
静的公開メンバ関数 | |
static Vec4f | Sqrt (const Vec4f &i) |
static Vec4f | Rsqrt (const Vec4f &i) |
static Vec4f | Abs (const Vec4f &i) |
static Vec4f | Min (const Vec4f &lhs, const Vec4f &rhs) |
static Vec4f | Max (const Vec4f &lhs, const Vec4f &rhs) |
static bool | Equal (const Vec4f &lhs, const Vec4f &rhs, float epsilon) |
static Vec4f | Transform (const Vec4f &lhs, const Mat43f &rhs) |
static Vec4f | Transform (const Vec4f &lhs, const Mat44f &rhs) |
公開変数類 | |
Float4 | s |