#include <ray2.h>
|
| std::ostream & | operator<< (std::ostream &c_os, const CRay2 &c_ray) |
| | Serializes the contents of the passed ray onto a stream.
|
| |
Definition at line 18 of file ray2.h.
◆ CRay2() [1/3]
◆ CRay2() [2/3]
◆ CRay2() [3/3]
◆ GetDirection()
| void argos::CRay2::GetDirection |
( |
CVector2 & | c_buffer | ) |
const |
|
inline |
◆ GetDistance()
| Real argos::CRay2::GetDistance |
( |
Real | f_t | ) |
const |
|
inline |
◆ GetEnd()
| const CVector2 & argos::CRay2::GetEnd |
( |
| ) |
const |
|
inline |
◆ GetInverseDirection()
| void argos::CRay2::GetInverseDirection |
( |
CVector2 & | c_buffer | ) |
const |
|
inline |
◆ GetLength()
| Real argos::CRay2::GetLength |
( |
| ) |
const |
|
inline |
◆ GetPoint()
| void argos::CRay2::GetPoint |
( |
CVector2 & | c_point, |
|
|
Real | f_t ) const |
|
inline |
◆ GetStart()
| const CVector2 & argos::CRay2::GetStart |
( |
| ) |
const |
|
inline |
◆ Intersects()
| bool argos::CRay2::Intersects |
( |
const CRay2 & | c_ray | ) |
const |
|
inline |
◆ Set() [1/2]
◆ Set() [2/2]
◆ SetEnd()
| void argos::CRay2::SetEnd |
( |
const CVector2 & | c_end | ) |
|
|
inline |
◆ SetStart()
| void argos::CRay2::SetStart |
( |
const CVector2 & | c_start | ) |
|
|
inline |
◆ ToVector()
| void argos::CRay2::ToVector |
( |
CVector2 & | c_buffer | ) |
const |
|
inline |
◆ operator<<
| std::ostream & operator<< |
( |
std::ostream & | c_os, |
|
|
const CRay2 & | c_ray ) |
|
friend |
Serializes the contents of the passed ray onto a stream.
- Parameters
-
| c_os | The stream. |
| c_ray | The ray. |
- Returns
- The new state of the stream.
Definition at line 153 of file ray2.h.
The documentation for this class was generated from the following file: