#include <ray.hpp>
template<typename T>
class std::math::ray< T >
◆ pointer
◆ self_type
◆ value_type
◆ ray() [1/2]
const vector3< value_type > & position()
Definition: ray.hpp:59
const vector3< value_type > & direction()
Definition: ray.hpp:62
◆ ray() [2/2]
56 m_position = other.m_position;
57 m_directon = other.m_directon;
◆ direction() [1/2]
62 {
return m_directon; }
◆ direction() [2/2]
◆ position() [1/2]
59 {
return m_position; }
◆ position() [2/2]
◆ to_string()
66 std::frmstring(
"[ray] pos: %s dir: %s", m_position.to_string().c_str(),
67 m_directon.to_string().c_str());
size_t frmstring(basic_string< E, TAllocator, TStorage > &dest, const char *format, va_list arg)
Definition: string.hpp:99
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Datei: