| 37 | } |
| 38 | |
| 39 | void ViewVolume::SetPosition(Vector4<float> const& position) |
| 40 | { |
| 41 | mPosition = position; |
| 42 | OnFrameChange(); |
| 43 | } |
| 44 | |
| 45 | void ViewVolume::SetAxes(Vector4<float> const& dVector, |
| 46 | Vector4<float> const& uVector, Vector4<float> const& rVector) |
no outgoing calls
no test coverage detected