19       if(
Abs(fDen) > 0.0f) {
 
   22          if(fTOnRay < 0.0f || fTOnRay > 1.0f) {
 
float Real
Collects all ARGoS code.
 
The namespace containing all the ARGoS related code.
 
T Abs(const T &t_v)
Returns the absolute value of the passed argument.
 
const CVector3 & GetPosition() const
 
const CVector3 & GetNormal() const
 
bool Intersects(const CPlane &c_plane, CVector3 &c_point) const
 
void GetPoint(CVector3 &c_point, Real f_t) const
 
CVector3 & ToVector(CVector3 &c_buffer) const
 
Real DotProduct(const CVector3 &c_vector3) const
Returns the dot product between this vector and the passed one.