コンストラクター
名前 | 説明 |
---|---|
Transformable() |
関数
アクセス | タイプ | モディファイア | 名前 | 説明 |
---|---|---|---|---|
public | const | getTransform() | ||
public | const | getTranslation() | ||
public | const | getRotation() | ||
public | const | getScale() | ||
public | const | getForward() | ||
public | const | getRight() | ||
public | const | getUp() | ||
public | const | getRelative() | ||
public | void | |||
public | const | getRelativeTranslation() | ||
public | void | addRelativeTranslation( float inValue ) | ||
public | void | addRelativeTranslation( float inX, float inY, float inZ ) | ||
public | void | |||
public | void | setRelativeTranslation( float inValue ) | ||
public | void | setRelativeTranslation( float inX, float inY, float inZ ) | ||
public | void | |||
public | const | getRelativeRotation() | ||
public | void | addRelativeRotation( float inValue ) | ||
public | void | addRelativeRotation( float inPitch, float inRoll, float inYaw ) | ||
public | void | |||
public | void | setRelativeRotation( float inValue ) | ||
public | void | setRelativeRotation( float inPitch, float inRoll, float inYaw ) | ||
public | void | |||
public | const | getRelativeScale() | ||
public | void | addRelativeScale( float inValue ) | ||
public | void | addRelativeScale( float inX, float inY, float inZ ) | ||
public | void | |||
public | void | setRelativeScale( float inValue ) | ||
public | void | setRelativeScale( float inX, float inY, float inZ ) | ||
public | void | |||
public | const | getAbsolute() | ||
public | void | |||
public | const | getAbsoluteTranslation() | ||
public | void | addAbsoluteTranslation( float inValue ) | ||
public | void | addAbsoluteTranslation( float inX, float inY, float inZ ) | ||
public | void | |||
public | void | setAbsoluteTranslation( float inValue ) | ||
public | void | setAbsoluteTranslation( float inX, float inY, float inZ ) | ||
public | void | |||
public | const | getAbsoluteRotation() | ||
public | void | addAbsoluteRotation( float inValue ) | ||
public | void | addAbsoluteRotation( float inPitch, float inRoll, float inYaw ) | ||
public | void | |||
public | void | setAbsoluteRotation( float inValue ) | ||
public | void | setAbsoluteRotation( float inPitch, float inRoll, float inYaw ) | ||
public | void | |||
public | const | getAbsoluteScale() | ||
public | void | addAbsoluteScale( float inValue ) | ||
public | void | addAbsoluteScale( float inX, float inY, float inZ ) | ||
public | void | |||
public | void | setAbsoluteScale( float inValue ) | ||
public | void | setAbsoluteScale( float inX, float inY, float inZ ) | ||
public | void | |||
public | const | getBounds() | ||
public | void | |||
public | void | |||
public | const | getTop() | ||
public | const | getCenter() | ||
public | const | getBottom() | ||
private | void | refresh() |
メンバ
アクセス | タイプ | モディファイア | 名前 | 説明 |
---|---|---|---|---|
private | m_transform | |||
private | m_bounds |