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