Go to the source code of this file.
Functions | |
INLINE_FUNCTION_HD realx3 | rotate (const realx3 &p, const line &ln, real theta) |
INLINE_FUNCTION_HD realx3 | rotate (const realx3 &p, const rotatingAxis &ax, real dt) |
INLINE_FUNCTION_HD void | rotate (realx3 *p, size_t n, const line &ln, real theta) |
INLINE_FUNCTION_HD void | rotate (realx3 *p, size_t n, const rotatingAxis &ax, real dt) |
INLINE_FUNCTION_HD realx3 rotate | ( | const realx3 & | p, |
const line & | ln, | ||
real | theta | ||
) |
Referenced by rotatingAxisMotion::Model::transferPoint(), and multiRotatingAxis::transferPoint().
INLINE_FUNCTION_HD realx3 rotate | ( | const realx3 & | p, |
const rotatingAxis & | ax, | ||
real | dt | ||
) |
INLINE_FUNCTION_HD void rotate | ( | realx3 * | p, |
size_t | n, | ||
const line & | ln, | ||
real | theta | ||
) |
INLINE_FUNCTION_HD void rotate | ( | realx3 * | p, |
size_t | n, | ||
const rotatingAxis & | ax, | ||
real | dt | ||
) |