| |
Default constructor.
| |
| |
Constructs the offset (x,y,z).
|
|
| Return the vector sum of o and o'. |
|
| Return the vector difference of o and o'. |
|
| Return the negative vector of o. |
|
| Add o' to o using vector addition. |
|
| Subtract o' from o using vector subtraction. |
|
| Return true if o' and o represent the same vector. |
|
| Return true if o' and o do not represent the same vector. |
|
| Compare o and o' lexicographically. |
|
| Return the i-th entry of o. |
|
| Return the x-entry of o. |
|
| Return the y-entry of o. |
|
| Return the z-entry of o. |
|
| Returns true if o is equal to (0,0,0). |
|
| |
Inputs an offset from is. | ||
|
| |
Outputs an offset from os. |
Periodic_3DelaunayTriangulationTraits_3