#include <BioPoint.h>
List of all members.
Public Member Functions |
| BioPoint () |
| BioPoint (const BioPoint &) |
BioPoint & | operator= (const BioPoint &) |
| BioPoint (const float x1, const float y1, const float z1) |
float | getX () const |
float | getY () const |
float | getZ () const |
void | setXYZ (float, float, float) |
void | setX (float) |
void | setY (float) |
void | setZ (float) |
void | showPoint (ostream &os=cout) const |
BioPoint | getRotatedPoint (const float **a_) |
BioPoint | getRotatedPoint (const BioMatrix &a_) |
BioPoint | getRotatedPoint (const float th, const char axis) |
BioPoint | getTranslatedPoint (const float *a_) |
BioPoint | getRotoTranslatedPoint (const float **a_, const float *b_) |
BioPoint | getRotoTranslatedPoint (const float th, const char ax, const float *b_) |
float | getDistance (const BioPoint &) |
float | getDistance (const float, const float, const float) |
Protected Attributes |
float | x_ |
float | y_ |
float | z_ |
Friends |
ostream & | operator<< (ostream &os, const BioPoint &) |
Constructor & Destructor Documentation
Member Function Documentation
Friends And Related Function Documentation
ostream& operator<< |
( |
ostream & |
os, |
|
|
const BioPoint & |
|
|
) |
| [friend] |
Member Data Documentation
The documentation for this class was generated from the following file: