Classes | |
class | GammaSampler |
Functions | |
void | genUniformRandRotation3d (double rotMatrix[3][3]) |
void | genRot3dAboutAxis (double rotMatrix[3][3], double axis[3], double angleInRad) |
void | genRotFromAngles (double rotMatrix[3][3], double angleX, double angleY, double angleZ) |
void | applyRotation (double rotMatrix[3][3], double vec[3]) |
void | applyDisplacement (double pos[3], double dir[3], double distance) |
void ChemotaxisUtil::applyDisplacement | ( | double | pos[3], | |
double | dir[3], | |||
double | distance | |||
) |
void ChemotaxisUtil::applyRotation | ( | double | rotMatrix[3][3], | |
double | vec[3] | |||
) |
void ChemotaxisUtil::genRot3dAboutAxis | ( | double | rotMatrix[3][3], | |
double | axis[3], | |||
double | angleInRad | |||
) |
void ChemotaxisUtil::genRotFromAngles | ( | double | rotMatrix[3][3], | |
double | angleX, | |||
double | angleY, | |||
double | angleZ | |||
) |
void ChemotaxisUtil::genUniformRandRotation3d | ( | double | rotMatrix[3][3] | ) |