座標
More...
#include <GxStruct.h>
|
static GxRtti & | __getStaticRtti (void) |
|
◆ GxPoint2() [1/3]
GX_FORCE_INLINE GxPoint2::GxPoint2 |
( |
s32 | x, |
|
|
s32 | y ) |
◆ GxPoint2() [2/3]
GX_FORCE_INLINE GxPoint2::GxPoint2 |
( |
const GxPoint2 & | point | ) |
|
◆ GxPoint2() [3/3]
GX_FORCE_INLINE GxPoint2::GxPoint2 |
( |
const GxVector2 & | vector | ) |
|
◆ getSquareDistanceToSegment()
f32 GxPoint2::getSquareDistanceToSegment |
( |
GxPoint2 | segmentStart, |
|
|
GxPoint2 | segmentEnd ) const |
線分との距離の2乗を取得
- Parameters
-
segmentStart | [in] 線分の開始点 |
segmentEnd | [in] 線分の終了点 |
- Returns
- 線分との距離
◆ operator+=() [1/2]
加算代入
- Parameters
-
- Returns
- 自身の参照
◆ operator+=() [2/2]
GX_FORCE_INLINE GxPoint2 & GxPoint2::operator+= |
( |
const GxSize & | size | ) |
|
加算代入
- Parameters
-
- Returns
- 自身の参照
◆ operator-=() [1/2]
減算代入
- Parameters
-
- Returns
- 自身の参照
◆ operator-=() [2/2]
GX_FORCE_INLINE GxPoint2 & GxPoint2::operator-= |
( |
const GxSize & | size | ) |
|
減算代入
- Parameters
-
- Returns
- 自身の参照
◆ operator=()
代入
- Parameters
-
- Returns
- 自身の参照
◆ operator!=
不一致
- Parameters
-
point0 | [in] 座標 |
point1 | [in] 座標 |
- Returns
- 不一致ならtrue
◆ operator+ [1/2]
加算
- Parameters
-
point0 | [in] 座標 |
size | [in] サイズ |
- Returns
- 演算結果
◆ operator+ [2/2]
加算
- Parameters
-
point0 | [in] 座標 |
point1 | [in] 座標 |
- Returns
- 演算結果
◆ operator- [1/2]
減算
- Parameters
-
point0 | [in] 座標 |
size | [in] サイズ |
- Returns
- 演算結果
◆ operator- [2/2]
減算
- Parameters
-
point0 | [in] 座標 |
point1 | [in] 座標 |
- Returns
- 演算結果
◆ operator==
一致
- Parameters
-
point0 | [in] 座標 |
point1 | [in] 座標 |
- Returns
- 一致ならtrue
The documentation for this struct was generated from the following files:
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxStruct.h
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxStruct.cpp
- C:/Users/t-arai/Documents/workspace/orochi_package_windows/middleware/GxCore/src/GxStruct.inl