SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
PointVectorOperators.h File Reference
#include <Core/GeometryPrimitives/Point.h>
#include <Core/GeometryPrimitives/Vector.h>
#include <Core/GeometryPrimitives/share.h>

Go to the source code of this file.

Namespaces

 SCIRun
 STL datatypes needed.
 
 SCIRun::Core
 
 SCIRun::Core::Geometry
 

Functions

double Dot (const Vector &v1, const Vector &v2)
 
double Dot (const Vector &v, const Point &p)
 
Point Interpolate (const Point &v1, const Point &v2, double weight)
 
double Dot (const Point &p, const Vector &v)
 
double Dot (const Point &p1, const Point &p2)