| Lattice Microbes 2.5
    This is for whole cell modeling | 
Type to store a position in space. More...
#include <Shape.h>
| Public Member Functions | |
| point (si_dist_t x=0.0, si_dist_t y=0.0, si_dist_t z=0.0) | |
| Create a point. | |
| point (const point &p2) | |
| Create a point from another point. | |
| si_dist_t | distanceSquared (const point &p2) | 
| Determine the distance squared between two points. | |
| point | minus (const vector &r) | 
| Subtract the vector from the point. | |
| point | plus (const vector &r) | 
| Add the vector from the point. | |
| si_dist_t | distance (const point &p2) | 
| Determine the distance to another point. | |
| Public Attributes | |
| si_dist_t | x | 
| si_dist_t | y | 
| si_dist_t | z | 
Type to store a position in space.
Create a point.
| x | X location | 
| y | Y location | 
| z | Z location | 
| 
 | inline | 
Create a point from another point.
| p2 | The point to copy | 
Determine the distance to another point.
| p2 | Second point | 
Determine the distance squared between two points.
| p2 | Second point | 
Subtract the vector from the point.
| v | The vector to subtract | 
Add the vector from the point.
| v | The vector to add | 
| si_dist_t lm::builder::point::x | 
| si_dist_t lm::builder::point::y | 
| si_dist_t lm::builder::point::z |