|
scifir-units 2.0.0
scifir-units is a library of units of measurement, angles, coordinates, fields, and related data, all lightweight, that help in the development of scientific software and scientific machines
|
#include "./coordinates_3dr.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | scifir |
| The namespace scifir contains all scifir-units, excepting the string literals, which are outside. | |
Functions | |
| string | scifir::to_string (const coordinates_3dr< float > &x) |
| float | scifir::distance (const coordinates_3dr< float > &x, const coordinates_3dr< float > &y) |
| float | scifir::distance (const coordinates_3dr< float > &x, const coordinates_3d< float > &y) |
| float | scifir::distance (const coordinates_3d< float > &x, const coordinates_3dr< float > &y) |
| ostream & | operator<< (ostream &os, const scifir::coordinates_3dr< float > &x) |
| ostream & operator<< | ( | ostream & | os, |
| const scifir::coordinates_3dr< float > & | x | ||
| ) |
Definition at line 28 of file coordinates_3dr.cpp.