#include <compute.h>

Public Member Functions | |
| CSubstraction (CValue *pLeftOperand, CValue *pRightOperand) | |
| virtual CValue * | GetCopy () const |
| virtual float | Compute (const CVector3f &Point) const |
| virtual CValue * | Derive (TYPE_VARIABLE Type) const |
| virtual void | Print (std::ostream &o) const |
| virtual void | Compile (std::vector< char > &v, int &i) const |
Definition at line 203 of file compute.h.
1.5.4