位置、回転、スケールを定義します。 More...
#include <SQTTransform.h>
Public Member Functions | |
SQTTransform () | |
各要素を 拡縮1.0、単位クォータニオン、位置(0, 0) でインスタンスを初期化します。 | |
SQTTransform (const Vector3 &scale, const Quaternion &rotation, const Vector3 &translation) | |
各要素を指定してインスタンスを初期化します。 | |
Public Attributes | |
Vector3 | Scale |
拡大 | |
Quaternion | Rotation |
回転 | |
Vector3 | Translation |
位置 | |
Static Public Attributes | |
static const SQTTransform | Identity |
(Vector3::One, Quaternion::Identity, Vector3::Zero) |
位置、回転、スケールを定義します。