OPTPiX SpriteStudio SDK
|
2次元座標を表現するためのクラスです。 More...
#include <sstypes.h>
Public Member Functions | |
SsPoint2 (float _x, float _y) | |
SsPoint2 | operator+ (const SsPoint2 &r) const |
SsPoint2 | operator- (const SsPoint2 &r) const |
SsPoint2 | operator* (float r) const |
SsPoint2 | operator/ (float r) const |
Static Public Member Functions | |
static float | distance_sq (const SsPoint2 &l, const SsPoint2 &r) |
static float | distance (const SsPoint2 &l, const SsPoint2 &r) |
Public Attributes | |
float | x |
float | y |
2次元座標を表現するためのクラスです。