More of the docs.

This commit is contained in:
Jason Felds
2011-02-25 19:46:04 -05:00
parent e3b4724b34
commit 2192a9d90b
9 changed files with 62 additions and 38 deletions
+5 -1
View File
@@ -1,4 +1,4 @@
/* LuaExpressionTransform - Handle transforming a list of items. Cache item transforms based on fPositionOffsetFromCenter and iItemIndex for speed. */
/* LuaExpressionTransform - */
#ifndef LuaExpressionTransform_H
#define LuaExpressionTransform_H
@@ -7,6 +7,10 @@
#include "LuaReference.h"
#include <map>
/**
* @brief Handle transforming a list of items
*
* Cache item transforms based on fPositionOffsetFromCenter and iItemIndex for speed. */
class LuaExpressionTransform
{
public: