CLHEP 2.4.7.1
C++ Class Library for High Energy Physics
CLHEP::HepRep3x3 Struct Reference

#include <CLHEP/Vector/RotationInterfaces.h>

Public Member Functions

 HepRep3x3 ()
 HepRep3x3 (double xx, double xy, double xz, double yx, double yy, double yz, double zx, double zy, double zz)
 HepRep3x3 (const double *array)
void setToIdentity ()
void getArray (double *array) const

Public Attributes

double xx_
double xy_
double xz_
double yx_
double yy_
double yz_
double zx_
double zy_
double zz_

Detailed Description

Definition at line 306 of file RotationInterfaces.h.

Constructor & Destructor Documentation

◆ HepRep3x3() [1/3]

CLHEP::HepRep3x3::HepRep3x3 ( )
inline

Definition at line 18 of file RotationInterfaces.icc.

References xx_, xy_, xz_, yx_, yy_, yz_, zx_, zy_, and zz_.

◆ HepRep3x3() [2/3]

CLHEP::HepRep3x3::HepRep3x3 ( double xx,
double xy,
double xz,
double yx,
double yy,
double yz,
double zx,
double zy,
double zz )
inline

Definition at line 24 of file RotationInterfaces.icc.

References xx_, xy_, xz_, yx_, yy_, yz_, zx_, zy_, and zz_.

◆ HepRep3x3() [3/3]

CLHEP::HepRep3x3::HepRep3x3 ( const double * array)
inline

Definition at line 33 of file RotationInterfaces.icc.

References xx_.

Member Function Documentation

◆ getArray()

void CLHEP::HepRep3x3::getArray ( double * array) const
inline

Definition at line 45 of file RotationInterfaces.icc.

References xx_.

◆ setToIdentity()

void CLHEP::HepRep3x3::setToIdentity ( )
inline

Definition at line 39 of file RotationInterfaces.icc.

References xx_, xy_, xz_, yx_, yy_, yz_, zx_, zy_, and zz_.

Member Data Documentation

◆ xx_

◆ xy_

◆ xz_

◆ yx_

◆ yy_

◆ yz_

◆ zx_

◆ zy_

◆ zz_


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