#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 |
SharpKmyGfx::Transform::Transform | ( | SharpKmyMath::Vector3 | translate, |
SharpKmyMath::Vector3 | rotate, | ||
SharpKmyMath::Vector3 | scale | ||
) |
SharpKmyGfx::Transform::Transform | ( | const kmyMath::Transform & | t | ) |
void SharpKmyGfx::Transform::copyFrom | ( | Transform ^ | t | ) |
void SharpKmyGfx::Transform::fromNative | ( | const kmyMath::Transform & | t | ) |
kmyMath::Transform SharpKmyGfx::Transform::toNative | ( | ) |
SharpKmyMath::Vector3 SharpKmyGfx::Transform::rotate |
SharpKmyMath::Vector3 SharpKmyGfx::Transform::scale |
SharpKmyMath::Vector3 SharpKmyGfx::Transform::translate |