#include <plane.h>
Definition at line 19 of file plane.h.
◆ CPlane() [1/2]
argos::CPlane::CPlane |
( |
| ) |
|
|
inline |
◆ CPlane() [2/2]
argos::CPlane::CPlane |
( |
const CVector3 & |
c_position, |
|
|
const CVector3 & |
c_normal |
|
) |
| |
|
inline |
◆ ~CPlane()
argos::CPlane::~CPlane |
( |
| ) |
|
|
inline |
◆ GetNormal()
const CVector3& argos::CPlane::GetNormal |
( |
| ) |
const |
|
inline |
◆ GetPosition()
const CVector3& argos::CPlane::GetPosition |
( |
| ) |
const |
|
inline |
◆ Intersects()
bool argos::CPlane::Intersects |
( |
Real & |
f_t_on_ray, |
|
|
const CRay3 & |
c_ray |
|
) |
| |
◆ SetNormal()
void argos::CPlane::SetNormal |
( |
const CVector3 & |
c_normal | ) |
|
|
inline |
◆ SetPosition()
void argos::CPlane::SetPosition |
( |
const CVector3 & |
c_position | ) |
|
|
inline |
The documentation for this class was generated from the following files: