CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

Related Functions
HepGeom::Point3D< T > Class Template Reference

#include <Point3D.h>

Inheritance diagram for HepGeom::Point3D< T >:
HepGeom::BasicVector3D< T > HepGeom::BasicVector3D< T >

List of all members.

Related Functions

(Note that these are not member functions.)

Point3D< float > operator* (const Transform3D &m, const Point3D< float > &p)
Point3D< doubleoperator* (const Transform3D &m, const Point3D< double > &p)
Point3D< float > operator* (const Transform3D &m, const Point3D< float > &p)
Point3D< doubleoperator* (const Transform3D &m, const Point3D< double > &p)

Detailed Description

template<class T>
class HepGeom::Point3D< T >

Geometrical 3D Point. This is just a declaration of the class needed to define specializations Point3D<float> and Point3D<double>.

Author:
Evgeni Chernyaev <Evgueni.Tcherniaev@cern.ch>

Definition at line 35 of file CLHEP/Geometry/Point3D.h.


Friends And Related Function Documentation

template<class T>
Point3D< float > operator* ( const Transform3D m,
const Point3D< float > &  p 
) [related]

Transformation of Point3D<float> by Transform3D.

Definition at line 22 of file Point3D.cc.

template<class T>
Point3D< float > operator* ( const Transform3D m,
const Point3D< float > &  p 
) [related]

Transformation of Point3D<float> by Transform3D.

Definition at line 22 of file Point3D.cc.

template<class T>
Point3D< double > operator* ( const Transform3D m,
const Point3D< double > &  p 
) [related]

Transformation of Point3D<double> by Transform3D.

Definition at line 42 of file Point3D.cc.

template<class T>
Point3D< double > operator* ( const Transform3D m,
const Point3D< double > &  p 
) [related]

Transformation of Point3D<double> by Transform3D.

Definition at line 42 of file Point3D.cc.


The documentation for this class was generated from the following files: