OROCHI
 
Loading...
Searching...
No Matches
GxDouble3 Struct Reference

3次元浮動小数点数(倍精度)クラス More...

#include <GxStruct.h>

Public Member Functions

初期化
GX_FORCE_INLINE GxDouble3 (void)
 デフォルトコンストラクタ
 
GX_FORCE_INLINE GxDouble3 (f64 x, f64 y, f64 z)
 コンストラクタ
 
GX_FORCE_INLINE GxDouble3 (const GxDouble4 &double4)
 コンストラクタ
 
GX_FORCE_INLINE GxDouble3 (const GxVector3d &vector)
 コンストラクタ
 
GX_FORCE_INLINE GxDouble3 (const GxVector4d &vector)
 コンストラクタ
 
GX_FORCE_INLINE GxDouble3 (const GxDouble3 &double3)
 コピーコンストラクタ
 
演算子
GX_FORCE_INLINE GxDouble3operator= (const GxVector3d &vector)
 代入
 
GX_FORCE_INLINE GxDouble3operator= (const GxVector4d &vector)
 代入
 
GX_FORCE_INLINE operator f64 * (void)
 f64*へのキャスト
 
GX_FORCE_INLINE operator const f64 * (void) const
 f64*へのキャスト
 

Public Attributes

メンバ変数
f64 _x
 X値
 
f64 _y
 Y値
 
f64 _z
 Z値
 

Detailed Description

3次元浮動小数点数(倍精度)クラス

Constructor & Destructor Documentation

◆ GxDouble3() [1/3]

GX_FORCE_INLINE GxDouble3::GxDouble3 ( const GxDouble4 & double4)

コンストラクタ

Parameters
double4[in] XYZW値

◆ GxDouble3() [2/3]

GX_FORCE_INLINE GxDouble3::GxDouble3 ( const GxVector3d & vector)

コンストラクタ

Parameters
vector[in] XYZ値

◆ GxDouble3() [3/3]

GX_FORCE_INLINE GxDouble3::GxDouble3 ( const GxVector4d & vector)

コンストラクタ

Parameters
vector[in] XYZW値

Member Function Documentation

◆ operator=() [1/2]

GX_FORCE_INLINE GxDouble3 & GxDouble3::operator= ( const GxVector3d & vector)

代入

Parameters
vector[in] XYZ値
Returns
自身の参照

◆ operator=() [2/2]

GX_FORCE_INLINE GxDouble3 & GxDouble3::operator= ( const GxVector4d & vector)

代入

Parameters
vector[in] XYZW値
Returns
自身の参照

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