#include <shot.h>
Public Member Functions | |
ReferenceFrame () | |
RotoType | Rot () const |
void | SetIdentity () |
void | SetRot (const RotoType &rt) |
void | SetTra (const Point3< S > &tr) |
Point3< ScalarType > | Tra () const |
Private Attributes | |
RotoType | rot |
Point3< S > | tra |
Friends | |
class | Shot< ScalarType, RotoType > |
Definition at line 73 of file vcg/math/shot.h.
vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::ReferenceFrame | ( | ) | [inline] |
Definition at line 78 of file vcg/math/shot.h.
RotoType vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::Rot | ( | ) | const [inline] |
Definition at line 84 of file vcg/math/shot.h.
void vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::SetIdentity | ( | ) | [inline] |
Definition at line 80 of file vcg/math/shot.h.
void vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::SetRot | ( | const RotoType & | rt | ) | [inline] |
Definition at line 82 of file vcg/math/shot.h.
void vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::SetTra | ( | const Point3< S > & | tr | ) | [inline] |
Definition at line 81 of file vcg/math/shot.h.
Point3<ScalarType> vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::Tra | ( | ) | const [inline] |
Definition at line 83 of file vcg/math/shot.h.
friend class Shot< ScalarType, RotoType > [friend] |
Definition at line 74 of file vcg/math/shot.h.
RotoType vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::rot [private] |
Definition at line 75 of file vcg/math/shot.h.
Point3<S> vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::tra [private] |
Definition at line 76 of file vcg/math/shot.h.