Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyGfx::Transform Class Reference

#include <Transform.h>

Public Member Functions

 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)
 

Public Attributes

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

Constructor & Destructor Documentation

◆ 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)

Member Function Documentation

◆ copyFrom()

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

◆ fromNative()

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

◆ toNative()

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

Member Data Documentation

◆ rotate

SharpKmyMath::Vector3 SharpKmyGfx::Transform::rotate

◆ scale

SharpKmyMath::Vector3 SharpKmyGfx::Transform::scale

◆ translate

SharpKmyMath::Vector3 SharpKmyGfx::Transform::translate