libalmath  1.14.5
 All Classes Namespaces Functions Variables
Public Member Functions | Public Attributes
AL::Math::TransformAndVelocity6D Struct Reference

Struct composed of a Transform and a Velocity6D. More...

#include <altransformandvelocity6d.h>

List of all members.

Public Member Functions

bool isNear (const TransformAndVelocity6D &pTV2, const float &pEpsilon=0.0001f) const
 Check if the actual TransformAndVelocity6D is Near the one given in argument.

Public Attributes

AL::Math::Transform T
AL::Math::Velocity6D V

Detailed Description

Struct composed of a Transform and a Velocity6D.

Definition at line 21 of file altransformandvelocity6d.h.


Member Function Documentation

bool AL::Math::TransformAndVelocity6D::isNear ( const TransformAndVelocity6D pTV2,
const float &  pEpsilon = 0.0001f 
) const

Check if the actual TransformAndVelocity6D is Near the one given in argument.

Parameters:
pTV2the second TransformAndVelocity6D
pEpsilonan optionnal epsilon distance - default: 0.0001
Returns:
true if the distance between the two TransformAndVelocity6D is less than pEpsilon

Member Data Documentation

Definition at line 24 of file altransformandvelocity6d.h.

Definition at line 26 of file altransformandvelocity6d.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables