Logo
公開メンバ関数 | 静的公開メンバ関数 | 公開変数類 | 全メンバ一覧
SharpKmyMath::Vector2 構造体

#include <Vector2.h>

公開メンバ関数

 Vector2 (float v)
 
 Vector2 (float _x, float _y)
 

静的公開メンバ関数

static Vector2 operator+ (Vector2 v, Vector2 v2)
 
static Vector2 operator- (Vector2 v, Vector2 v2)
 
static Vector2 operator/ (Vector2 v, float f)
 
static Vector2 operator* (Vector2 v, float f)
 
static Vector2 operator- (Vector2 v)
 

公開変数類

float x
 
float y
 

構築子と解体子

◆ Vector2() [1/2]

SharpKmyMath::Vector2::Vector2 ( float  v)

◆ Vector2() [2/2]

SharpKmyMath::Vector2::Vector2 ( float  _x,
float  _y 
)

メソッド詳解

◆ operator*()

static Vector2 SharpKmyMath::Vector2::operator* ( Vector2  v,
float  f 
)
static

◆ operator+()

static Vector2 SharpKmyMath::Vector2::operator+ ( Vector2  v,
Vector2  v2 
)
static

◆ operator-() [1/2]

static Vector2 SharpKmyMath::Vector2::operator- ( Vector2  v)
static

◆ operator-() [2/2]

static Vector2 SharpKmyMath::Vector2::operator- ( Vector2  v,
Vector2  v2 
)
static

◆ operator/()

static Vector2 SharpKmyMath::Vector2::operator/ ( Vector2  v,
float  f 
)
static

メンバ詳解

◆ x

float SharpKmyMath::Vector2::x

◆ y

float SharpKmyMath::Vector2::y