|
Blender V5.0
|
Inherits CommonValues.
Static Public Member Functions | |
| static float2 | direction_to_sensor (const float3 &dir, const float fov, const float width, const float height) |
| static float3 | sensor_to_direction (const float2 &sensor, const float fov, const float width, const float height) |
Additional Inherited Members | |
| Public Member Functions inherited from CommonValues | |
| virtual double | threshold () const |
| Threshold for the reprojection error. | |
| virtual bool | skip_invalid () const |
| If skip_invalid returns true, invalid unprojections are ignored in the test. | |
Definition at line 258 of file kernel_camera_projection_test.cpp.
|
inlinestatic |
Definition at line 259 of file kernel_camera_projection_test.cpp.
References direction_to_equirectangular().
|
inlinestatic |
Definition at line 266 of file kernel_camera_projection_test.cpp.
References equirectangular_to_direction(), float2::x, and float2::y.