Ray.hpp
Go to the documentation of this file.
VectorType PointAt(T t) const
Returns a point on the ray at distance t.
Definition: Ray-Impl.hpp:60
Definition: Matrix.hpp:27
Definition: pybind11Utils.hpp:20
Ray()
Constructs an empty ray that points (1, 0, ...) from (0, 0, ...).
Definition: Ray-Impl.hpp:17
Ray & operator=(const Ray &other)
Copy assignment operator.
Definition: Ray-Impl.hpp:44