Logo
公開メンバ関数 | 公開変数類 | 全メンバ一覧
SharpKmyGfx::Transform クラス

#include <Transform.h>

公開メンバ関数

 Transform (SharpKmyMath::Vector3 translate, SharpKmyMath::Vector3 rotate, SharpKmyMath::Vector3 scale)
 
 Transform (const kmyMath::Transform &t)
 
kmyMath::Transform toNative ()
 
void fromNative (const kmyMath::Transform &t)
 
void copyFrom (Transform ^t)
 

公開変数類

SharpKmyMath::Vector3 translate
 
SharpKmyMath::Vector3 rotate
 
SharpKmyMath::Vector3 scale
 

構築子と解体子

◆ Transform() [1/2]

SharpKmyGfx::Transform::Transform ( SharpKmyMath::Vector3  translate,
SharpKmyMath::Vector3  rotate,
SharpKmyMath::Vector3  scale 
)

◆ Transform() [2/2]

SharpKmyGfx::Transform::Transform ( const kmyMath::Transform &  t)

メソッド詳解

◆ copyFrom()

void SharpKmyGfx::Transform::copyFrom ( Transform t)

◆ fromNative()

void SharpKmyGfx::Transform::fromNative ( const kmyMath::Transform &  t)

◆ toNative()

kmyMath::Transform SharpKmyGfx::Transform::toNative ( )

メンバ詳解

◆ rotate

SharpKmyMath::Vector3 SharpKmyGfx::Transform::rotate

◆ scale

SharpKmyMath::Vector3 SharpKmyGfx::Transform::scale

◆ translate

SharpKmyMath::Vector3 SharpKmyGfx::Transform::translate