fix: added warning

This commit is contained in:
robin 2024-05-05 16:37:39 +02:00
parent 3356b5561a
commit c8fac120dc
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ vtkSmartPointer<vtkCamera> createNormalisedCamera();
/**
* Constructs a 4x4 projection matrix that maps homogenious (longitude, latitude, 0, 1) points
* to the normalised space.
* TODO: This will soon require UVGrid as a parameter after the advection code is merged properly.
* TODO: This transformation has room for improvement see:
* https://github.com/MakeNEnjoy/interactive-track-and-trace/issues/12
* @return pointer to 4x4 matrix