|
arsa
2.7
|
3次元ベクトル More...
#include <Effekseer.h>
Public Member Functions | |
| Vector2D () | |
| コンストラクタ More... | |
| Vector2D (float x, float y) | |
| コンストラクタ More... | |
| Vector2D & | operator+= (const Vector2D &value) |
Public Attributes | |
| float | X |
| X. More... | |
| float | Y |
| Y. More... | |
3次元ベクトル
Definition at line 818 of file Effekseer.h.
| Effekseer::Vector2D::Vector2D | ( | ) |
コンストラクタ
| Effekseer::Vector2D::Vector2D | ( | float | x, |
| float | y | ||
| ) |
コンストラクタ
| float Effekseer::Vector2D::X |
X.
Definition at line 824 of file Effekseer.h.
| float Effekseer::Vector2D::Y |
Y.
Definition at line 829 of file Effekseer.h.
1.8.15