Expand description
All camera models (Rust and Python)
Modulesยง
- orthogonal ๐
- perspective ๐
Constantsยง
- EPS ๐
Functionsยง
- from_ray_corner ๐Convert
ray_corner
(6, height + 1, width + 1) toray
(18, height, width) Camera model use x-right, y-down, z-forward axis scheme - Construct 4 * 4 extrinsic matrix from
position
,look_at
,up
vectors - Orthogonal camera model (Rust and Python) Construct input ray for orthogonal camera model
- Perspective camera model (Rust and Python) Construct input ray for perspective camera model
- All camera models (Python)
- Python version
look_at_extrinsic
Return matrix is F-contiguous (column first order) - Orthogonal camera model (Rust and Python) Python version
orthogonal_ray
- Perspective camera model (Rust and Python) Python version
perspective_ray