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_ndr.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_ndr< float > &x) |
float | scifir::distance (const coordinates_ndr< float > &x, const coordinates_ndr< float > &y) |
float | scifir::distance (const coordinates_ndr< float > &x, const coordinates_nd< float > &y) |
float | scifir::distance (const coordinates_nd< float > &x, const coordinates_ndr< float > &y) |
ostream & | operator<< (ostream &os, const scifir::coordinates_ndr< float > &x) |
Variables | |
angle | scifir::coordinates_ndr_no_angle = angle() |
ostream & operator<< | ( | ostream & | os, |
const scifir::coordinates_ndr< float > & | x | ||
) |
Definition at line 100 of file coordinates_ndr.cpp.