#include "vector.h"#include "normal.h"Go to the source code of this file.
Namespaces | |
| namespace | lux |
Functions | |
| Vector | lux::Cross (const Vector &v1, const Normal &v2) |
| Vector | lux::Cross (const Normal &v1, const Vector &v2) |
| float | lux::Dot (const Normal &n1, const Vector &v2) |
| float | lux::Dot (const Vector &v1, const Normal &n2) |
| float | lux::AbsDot (const Vector &v1, const Normal &n2) |
| float | lux::AbsDot (const Normal &n1, const Vector &v2) |
1.6.2-20100208