#include <palLinks.h>

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) |
| 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.
| 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) |
1.5.7.1