| Trees | Index | Help |
|
|---|
| Package svs_simulation :: Package numdata :: Module transformations |
|
Author: Simon Yuill
Contact: simon@lipparosa.org
Copyright: 2005 Simon Yuill
License: GNU GPL version 2 or any later version
| Function Summary | |
|---|---|
svs_core.numdata.vectors.Vector2D
|
Transforms a point to an agent's local space. |
svs_core.numdata.vectors.Vector2D
|
Transforms a point from the agent's local space into world space. |
Rotates a vector angle rads around the origin. | |
svs_core.numdata.vectors.Vector2D
|
Transforms a point to an agent's local space. |
svs_core.numdata.vectors.Vector2D
|
Transforms a vector from the agent's local space into world space. |
| Function Details |
|---|
pointToLocalSpace(point, agentHeading, agentSide, agentPosition)Transforms a point to an agent's local space.
|
pointToWorldSpace(point, agentHeading, agentSide, agentPosition)Transforms a point from the agent's local space into world space.
|
vec2DRotateAroundOrigin(vector, angle)Rotates a vector angle rads around the origin.
|
vectorToLocalSpace(vector, agentHeading, agentSide)Transforms a point to an agent's local space.
|
vectorToWorldSpace(vector, agentHeading, agentSide)Transforms a vector from the agent's local space into world space.
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Oct 20 15:30:26 2005 | http://epydoc.sf.net |