36 void SetVertex(CStdFPoint vPoint);
41 bool LessThanThan(
float fltX,
float fltY,
float fltZ);
42 bool GreaterThanThan(
float fltX,
float fltY,
float fltZ);
43 bool Equals(
float fltX,
float fltY,
float fltZ);
45 virtual void Load(CStdXml &oXml);
Root namespace for the base simulation library for AnimatLab.
StdVector3 m_vVertex
The vertex of the center of the receptive field in global coordinates.
float m_fltCurrent
The accumulated current for this receptive field.
Receptive field that generates current based on the amount of contact force, and how close it is to t...