@return the vector pointing in the forward direction of this transform */
| 107 | @return the vector pointing in the forward direction of this transform |
| 108 | */ |
| 109 | inline vector3 Transform::Forward() { |
| 110 | return (quaternion)rotation * vector3_forward; |
| 111 | } |
| 112 | |
| 113 | /** |
| 114 | @return the vector pointing in the up direction of this transform |