palStaticSphere Class Reference

#include <palStatic.h>

Inheritance diagram for palStaticSphere:

palSphereBase palStatic palBodyBase palBodyBase

List of all members.

Public Member Functions

virtual void Init (Float x, Float y, Float z, Float radius)
virtual void Init (palMatrix4x4 &pos, Float radius)


Detailed Description

A static sphere. It has no mass. This class represents a simple sphere at a given position, with a given radius.
sphere.jpg
The diagram indicates the central point of the sphere, as well as its radius.

Member Function Documentation

void palStaticSphere::Init ( palMatrix4x4 &  pos,
Float  radius 
) [virtual]

Initializes the sphere.

Parameters:
pos The transformation matrix representing the position and orientation of the sphere
radius The sphere's radius
mass The sphere's mass

void palStaticSphere::Init ( Float  x,
Float  y,
Float  z,
Float  radius 
) [virtual]

Initializes the sphere.

Parameters:
x The position (x)
y The position (y)
z The position (z)
radius The sphere's radius
mass The sphere's mass


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