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

#include <Vector4.h>

公開メンバ関数

 Vector4 (float v)
 
 Vector4 (float _x, float _y, float _z, float _w)
 
Vector3 getXYZ ()
 

静的公開メンバ関数

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

公開変数類

float x
 
float y
 
float z
 
float w
 

構築子と解体子

◆ Vector4() [1/2]

SharpKmyMath::Vector4::Vector4 ( float  v)

◆ Vector4() [2/2]

SharpKmyMath::Vector4::Vector4 ( float  _x,
float  _y,
float  _z,
float  _w 
)

メソッド詳解

◆ getXYZ()

Vector3 SharpKmyMath::Vector4::getXYZ ( )

◆ operator*()

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

◆ operator+()

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

◆ operator-() [1/2]

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

◆ operator-() [2/2]

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

◆ operator/()

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

メンバ詳解

◆ w

float SharpKmyMath::Vector4::w

◆ x

float SharpKmyMath::Vector4::x

◆ y

float SharpKmyMath::Vector4::y

◆ z

float SharpKmyMath::Vector4::z