HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SIM_DerVector3.h File Reference
#include "SIM_API.h"
#include <UT/UT_Matrix3.h>
#include <UT/UT_Vector3.h>
#include "SIM_DerScalar.h"
+ Include dependency graph for SIM_DerVector3.h:

Go to the source code of this file.

Classes

class  SIM_DerVector3
 

Functions

SIM_DerVector3 operator+ (const UT_Vector3 &lhs, const SIM_DerVector3 &rhs)
 
SIM_DerVector3 operator- (const UT_Vector3 &lhs, const SIM_DerVector3 &rhs)
 
SIM_DerVector3 operator* (const SIM_DerScalar &s, const SIM_DerVector3 &v)
 
SIM_DerVector3 operator* (fpreal s, const SIM_DerVector3 &v)
 
SIM_DerVector3 operator/ (const SIM_DerVector3 &v, const SIM_DerScalar &s)
 
SIM_DerVector3 operator/ (const SIM_DerVector3 &v, fpreal s)
 
SIM_DerScalar dot (const SIM_DerVector3 &lhs, const SIM_DerVector3 &rhs)
 
SIM_DerScalar dot (const SIM_DerVector3 &lhs, const UT_Vector3 &rhs)
 
SIM_DerScalar dot (const UT_Vector3 &lhs, const SIM_DerVector3 &rhs)
 
SIM_DerVector3 cross (const SIM_DerVector3 &lhs, const SIM_DerVector3 &rhs)
 
SIM_DerVector3 cross (const SIM_DerVector3 &lhs, const UT_Vector3 &rhs)
 
SIM_DerVector3 cross (const UT_Vector3 &lhs, const SIM_DerVector3 &rhs)
 

Function Documentation

SIM_DerVector3 cross ( const SIM_DerVector3 lhs,
const SIM_DerVector3 rhs 
)
inline
Examples:
tetprim/GEO_PrimTetra.C, and tetprim/GR_PrimTetra.C.

Definition at line 304 of file SIM_DerVector3.h.

SIM_DerVector3 cross ( const SIM_DerVector3 lhs,
const UT_Vector3 rhs 
)
inline

Definition at line 310 of file SIM_DerVector3.h.

SIM_DerVector3 cross ( const UT_Vector3 lhs,
const SIM_DerVector3 rhs 
)
inline

Definition at line 316 of file SIM_DerVector3.h.

SIM_DerScalar dot ( const SIM_DerVector3 lhs,
const SIM_DerVector3 rhs 
)
inline

Definition at line 286 of file SIM_DerVector3.h.

SIM_DerScalar dot ( const SIM_DerVector3 lhs,
const UT_Vector3 rhs 
)
inline

Definition at line 292 of file SIM_DerVector3.h.

SIM_DerScalar dot ( const UT_Vector3 lhs,
const SIM_DerVector3 rhs 
)
inline

Definition at line 298 of file SIM_DerVector3.h.

SIM_DerVector3 operator* ( const SIM_DerScalar s,
const SIM_DerVector3 v 
)
inline

Definition at line 262 of file SIM_DerVector3.h.

SIM_DerVector3 operator* ( fpreal  s,
const SIM_DerVector3 v 
)
inline

Definition at line 268 of file SIM_DerVector3.h.

SIM_DerVector3 operator+ ( const UT_Vector3 lhs,
const SIM_DerVector3 rhs 
)
inline

Definition at line 250 of file SIM_DerVector3.h.

SIM_DerVector3 operator- ( const UT_Vector3 lhs,
const SIM_DerVector3 rhs 
)
inline

Definition at line 256 of file SIM_DerVector3.h.

SIM_DerVector3 operator/ ( const SIM_DerVector3 v,
const SIM_DerScalar s 
)
inline

Definition at line 274 of file SIM_DerVector3.h.

SIM_DerVector3 operator/ ( const SIM_DerVector3 v,
fpreal  s 
)
inline

Definition at line 280 of file SIM_DerVector3.h.