mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
ray.hpp File Reference

Contains the definition of the Ray class. More...

#include "../math.hpp"
Include dependency graph for ray.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  mal_math::Ray
 Represents a geometric ray in 3D space. More...
 

Namespaces

namespace  mal_math
 Contains mathematical utility functions and classes.
 

Detailed Description

Contains the definition of the Ray class.

This file provides the Ray class, which represents a geometric ray in 3D space. The Ray class is equipped with various methods for querying and modifying its origin and direction, as well as computing a point at a parameter along the ray.

Definition in file ray.hpp.