|
Panda3D
|
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
Go to the source code of this file.
Macros | |
| #define | CLERP(t, X0, X1) |
| #define | CUBIC_T(t) |
| #define | I_SPREAD(magnitude) |
| #define | LERP(t, X0, X1) |
| #define | NORMALIZED_RAND() |
| #define | SPREAD(magnitude) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file particleCommonFuncs.h.
| #define CLERP | ( | t, | |
| X0, | |||
| X1 ) |
Definition at line 27 of file particleCommonFuncs.h.
| #define CUBIC_T | ( | t | ) |
Definition at line 24 of file particleCommonFuncs.h.
| #define I_SPREAD | ( | magnitude | ) |
Definition at line 35 of file particleCommonFuncs.h.
| #define LERP | ( | t, | |
| X0, | |||
| X1 ) |
Definition at line 21 of file particleCommonFuncs.h.
| #define NORMALIZED_RAND | ( | ) |
Definition at line 18 of file particleCommonFuncs.h.
| #define SPREAD | ( | magnitude | ) |
Definition at line 31 of file particleCommonFuncs.h.