palPrismaticLink Class Reference

#include <palLinks.h>

Inheritance diagram for palPrismaticLink:

palLink

List of all members.

Public Member Functions

virtual void Init (palBodyBase *parent, palBodyBase *child, Float x, Float y, Float z, Float axis_x, Float axis_y, Float axis_z)


Detailed Description

A Prismatic Link A prismatic link (also known as a slider) provides one degree of translational freedom for the constraint. The link connects two bodies, at a given position, and extends along a specified axis.
prismatic.jpg
The diagram indicates the central point of two geometries. The arrow indicates the axis about which the link extends. The point the arrow extends from indicates the starting position for the slider.

Member Function Documentation

void palPrismaticLink::Init ( palBodyBase parent,
palBodyBase child,
Float  x,
Float  y,
Float  z,
Float  axis_x,
Float  axis_y,
Float  axis_z 
) [virtual]

Initializes the primsatic link.

Parameters:
parent The "parent" body to connect
child The "child" body to connect
x The x position of the link's center
y The y position of the link's center
z The z position of the link's center
axis_x The axis vector which the link exteneds from. (x)
axis_y The axis vector which the link exteneds from. (y)
axis_z The axis vector which the link exteneds from. (z)


The documentation for this class was generated from the following files:

Generated on Mon Aug 31 13:58:02 2009 for pal by  doxygen 1.5.7.1