------------------------------------------------------------------------------
| 64 | |
| 65 | //------------------------------------------------------------------------------ |
| 66 | double* vtkCameraHandleSource::GetPosition() |
| 67 | { |
| 68 | return this->Camera->GetPosition(); |
| 69 | } |
| 70 | |
| 71 | //------------------------------------------------------------------------------ |
| 72 | void vtkCameraHandleSource::SetDirection(double xTarget, double yTarget, double zTarget) |
no outgoing calls