| 103 | } |
| 104 | |
| 105 | void ViewVolume::GetFrame(Vector4<float>& position, Vector4<float>& dVector, |
| 106 | Vector4<float>& uVector, Vector4<float>& rVector) const |
| 107 | { |
| 108 | position = mPosition; |
| 109 | dVector = mDVector; |
| 110 | uVector = mUVector; |
| 111 | rVector = mRVector; |
| 112 | } |
| 113 | |
| 114 | void ViewVolume::SetFrustum(float dMin, float dMax, float uMin, float uMax, float rMin, float rMax) |
| 115 | { |