HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_DerScalar.h File Reference
#include "SIM_API.h"
#include <UT/UT_Vector3.h>
+ Include dependency graph for SIM_DerScalar.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SIM_DerScalar
 

Functions

SIM_DerScalar operator+ (fpreal lhs, const SIM_DerScalar &rhs)
 
SIM_DerScalar operator- (fpreal lhs, const SIM_DerScalar &rhs)
 
SIM_DerScalar operator* (fpreal lhs, const SIM_DerScalar &rhs)
 
SIM_DerScalar operator/ (fpreal lhs, const SIM_DerScalar &rhs)
 

Function Documentation

SIM_DerScalar operator* ( fpreal  lhs,
const SIM_DerScalar rhs 
)
inline

Definition at line 169 of file SIM_DerScalar.h.

SIM_DerScalar operator+ ( fpreal  lhs,
const SIM_DerScalar rhs 
)
inline

Definition at line 157 of file SIM_DerScalar.h.

SIM_DerScalar operator- ( fpreal  lhs,
const SIM_DerScalar rhs 
)
inline

Definition at line 163 of file SIM_DerScalar.h.

SIM_DerScalar operator/ ( fpreal  lhs,
const SIM_DerScalar rhs 
)
inline

Definition at line 175 of file SIM_DerScalar.h.