class Wheel


Public Methods

[more] Wheel()
[more] Wheel(Vector3D pos, Vector3D axis, double r, double f, double k)
[more] ~Wheel()
[more]void setPosition(const Vector3D p)
[more]void setAxis(const Vector3D d)
[more]Vector3D getAxis()
[more]Vector3D getPosition()
[more]void setR(const double r)
[more]void setK(const double k)
[more]void setF(const double f)
[more]void setZofPlane(const double z)
[more]void ComputeContact(const Vector3D &pos, const Vector3D &axis)
at first, only collision with a plane z=cte (but default, z=0, but can be changued)
[more]Vector3D getContactPoint(void) const
[more]Vector3D ComputeForces(const double dt)
Returns the contact point in Global axes.

Private Fields

[more]Vector3D Position
Position and axis respect to parent object
[more]Vector3D Axis
[more]Vector3D Velocity
[more]double omega
Velocity of the center (in global axes)
[more]double R
rotational velocity (1/seg)
[more]double r_c
nominal radius
[more]double r_c0
[more]double F
radius of contact
[more]double K
[more]double Z_p
[more]Vector3D PosContact
Z of plane z=cte
[more]int contact


Documentation

o Wheel()

o Wheel(Vector3D pos, Vector3D axis, double r, double f, double k)

o ~Wheel()

ovoid setPosition(const Vector3D p)

ovoid setAxis(const Vector3D d)

oVector3D getAxis()

oVector3D getPosition()

ovoid setR(const double r)

ovoid setK(const double k)

ovoid setF(const double f)

ovoid setZofPlane(const double z)

ovoid ComputeContact(const Vector3D &pos, const Vector3D &axis)
at first, only collision with a plane z=cte (but default, z=0, but can be changued)

oVector3D getContactPoint(void) const

oVector3D ComputeForces(const double dt)
Returns the contact point in Global axes.

oVector3D Position
Position and axis respect to parent object

oVector3D Axis

oVector3D Velocity

odouble omega
Velocity of the center (in global axes)

odouble R
rotational velocity (1/seg)

odouble r_c
nominal radius

odouble r_c0

odouble F
radius of contact

odouble K

odouble Z_p

oVector3D PosContact
Z of plane z=cte

oint contact


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.