mal-math
C++20 mathematics library.
|
Contains the definition of the Ray class. More...
#include "../math.hpp"
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. | |
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.