#include "SIM_API.h"#include <UT/UT_Matrix3.h>#include <UT/UT_Vector3.h>#include "SIM_DerScalar.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) |
| SIM_DerVector3 cross | ( | const UT_Vector3 & | lhs, | |
| const SIM_DerVector3 & | rhs | |||
| ) | [inline] |
Definition at line 324 of file SIM_DerVector3.h.
| SIM_DerVector3 cross | ( | const SIM_DerVector3 & | lhs, | |
| const UT_Vector3 & | rhs | |||
| ) | [inline] |
Definition at line 318 of file SIM_DerVector3.h.
| SIM_DerVector3 cross | ( | const SIM_DerVector3 & | lhs, | |
| const SIM_DerVector3 & | rhs | |||
| ) | [inline] |
Definition at line 312 of file SIM_DerVector3.h.
| SIM_DerScalar dot | ( | const UT_Vector3 & | lhs, | |
| const SIM_DerVector3 & | rhs | |||
| ) | [inline] |
Definition at line 306 of file SIM_DerVector3.h.
| SIM_DerScalar dot | ( | const SIM_DerVector3 & | lhs, | |
| const UT_Vector3 & | rhs | |||
| ) | [inline] |
Definition at line 300 of file SIM_DerVector3.h.
| SIM_DerScalar dot | ( | const SIM_DerVector3 & | lhs, | |
| const SIM_DerVector3 & | rhs | |||
| ) | [inline] |
Definition at line 294 of file SIM_DerVector3.h.
| SIM_DerVector3 operator* | ( | fpreal | s, | |
| const SIM_DerVector3 & | v | |||
| ) | [inline] |
Definition at line 276 of file SIM_DerVector3.h.
| SIM_DerVector3 operator* | ( | const SIM_DerScalar & | s, | |
| const SIM_DerVector3 & | v | |||
| ) | [inline] |
Definition at line 270 of file SIM_DerVector3.h.
| SIM_DerVector3 operator+ | ( | const UT_Vector3 & | lhs, | |
| const SIM_DerVector3 & | rhs | |||
| ) | [inline] |
Definition at line 258 of file SIM_DerVector3.h.
| SIM_DerVector3 operator- | ( | const UT_Vector3 & | lhs, | |
| const SIM_DerVector3 & | rhs | |||
| ) | [inline] |
Definition at line 264 of file SIM_DerVector3.h.
| SIM_DerVector3 operator/ | ( | const SIM_DerVector3 & | v, | |
| fpreal | s | |||
| ) | [inline] |
Definition at line 288 of file SIM_DerVector3.h.
| SIM_DerVector3 operator/ | ( | const SIM_DerVector3 & | v, | |
| const SIM_DerScalar & | s | |||
| ) | [inline] |
Definition at line 282 of file SIM_DerVector3.h.
1.5.9