arsa  2.7
Public Member Functions | Public Attributes | List of all members
Effekseer::Vector2D Struct Reference

3次元ベクトル More...

#include <Effekseer.h>

Public Member Functions

 Vector2D ()
 コンストラクタ More...
 
 Vector2D (float x, float y)
 コンストラクタ More...
 
Vector2Doperator+= (const Vector2D &value)
 

Public Attributes

float X
 X. More...
 
float Y
 Y. More...
 

Detailed Description

3次元ベクトル

Definition at line 818 of file Effekseer.h.

Constructor & Destructor Documentation

◆ Vector2D() [1/2]

Effekseer::Vector2D::Vector2D ( )

コンストラクタ

◆ Vector2D() [2/2]

Effekseer::Vector2D::Vector2D ( float  x,
float  y 
)

コンストラクタ

Member Function Documentation

◆ operator+=()

Vector2D& Effekseer::Vector2D::operator+= ( const Vector2D value)

Member Data Documentation

◆ X

float Effekseer::Vector2D::X

X.

Definition at line 824 of file Effekseer.h.

◆ Y

float Effekseer::Vector2D::Y

Y.

Definition at line 829 of file Effekseer.h.


The documentation for this struct was generated from the following file: