OpenLexocad  27.1
Vec.h File Reference
#include <Geom/XYZ.h>
#include <QString>

Go to the source code of this file.

Classes

class  Geom::Vec
 Defines a non-persistent vector in 3D space.
More...
 

Namespaces

 Geom
 

Functions

double Geom::distance (const Geom::Vec &v1, const Geom::Vec &v2)
 Returns the distance between two points. More...
 
double Geom::distanceP2 (const Geom::Vec &v1, const Geom::Vec &v2)
 Returns the squared distance between two points. More...
 
LX_GEOM_EXPORT QString Geom::to_string (const Vec &vec)
 
Geom::Vec operator * (const double Scalar, const Geom::Vec &V)
 

Function Documentation

◆ operator *()

Geom::Vec operator * ( const double  Scalar,
const Geom::Vec V 
)
inline