KiCad PCB EDA Suite
|
#include <ray.h>
Public Member Functions | |
RAY2D (const SFVEC2F &o, const SFVEC2F &d) | |
SFVEC2F | at (float t) const |
Public Attributes | |
SFVEC2F | m_Origin |
SFVEC2F | m_Dir |
SFVEC2F | m_InvDir |
|
inline |
SFVEC2F RAY2D::m_InvDir |
Definition at line 97 of file ray.h.
Referenced by BBOX_2D::Intersect(), and RAY2D().
SFVEC2F RAY2D::m_Origin |
Definition at line 95 of file ray.h.
Referenced by at(), BBOX_2D::Intersect(), and RAY2D().