SSParticleCache Class Reference
 
 
 
SSParticleCache Class Reference

#include <springsys.h>

Inheritance diagram for SSParticleCache:
MaxHeapOperators

Class Description

See also:
Class SSConstraintPoint, Class SpringSys

This class represents the particle cache to store the state of particle data as it is used in the spring system.

Public Member Functions

  SSParticleCache ()

Public Attributes

Point3  pos
  The control node stored position.
Point3  vel
  The control node stored velocity.
MaxSDK::Array< SSConstraintPoint bone
  The array of spring system constraint points.

Constructor & Destructor Documentation

SSParticleCache ( ) [inline]
Remarks:
Constructor.
Default Implementation:
{pos = Point3(0,0,0); vel = Point3(0,0,0);}
{pos = Point3(0,0,0); vel = Point3(0,0,0); }

Member Data Documentation

The control node stored position.

The control node stored velocity.

The array of spring system constraint points.