@return the vector pointing in the up direction of this transform */
| 114 | @return the vector pointing in the up direction of this transform |
| 115 | */ |
| 116 | inline vector3 Transform::Up() { |
| 117 | return (quaternion)rotation * vector3_up; |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | @return the vector pointing in the right direction of this transform |