NanoShaper
0.3.1
NanoShaper is a tool able to triangulate and inspect an arbitray triangulated surface or several types of molecular surfaces such as the Gaussian, Skin and the SES
|
A point in R^3. More...
#include <tools.h>
Public Member Functions | |
Point (double x, double y, double z) | |
Point (Point &p) | |
double | squaredDist (Point *x) |
double | dot (Point *x) |
double | norm (Point *x) |
double | dist (Point *x) |
void | sumInPlace (Point *x) |
Point * | sum (Point *x) |
Public Attributes | |
double | pos [3] |
A point in R^3.