File: README.md

package info (click to toggle)
sight 25.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 42,180 kB
  • sloc: cpp: 289,476; xml: 17,257; ansic: 9,878; python: 1,379; sh: 144; makefile: 33
file content (7 lines) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
# sight::geometry

This library contains geometrical functions or algorithms that are not present in [glm](https://github.com/g-truc/glm).
It is meant to be as efficient as possible, so all functions should only take pure `glm` types, to avoid conversion and
thus performance penalties from scalar data to parallel data.

It also contains geometrical functions or algorithms using custom types such as `plane_t`, `ray_t` or `line_t`.