NanoShaper  0.7.2
NanoShaper is a tool able to triangulate and inspect an arbitray triangulated surface or several types of molecular surfaces
Point Class Reference

A point in R^3. More...

#include <tools.h>

Inheritance diagram for Point:
Atom

List of all members.

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)
Pointsum (const Point *const x)

Public Attributes

double pos [3]

Detailed Description

A point in R^3.


The documentation for this class was generated from the following file: