#include <shot.h>
Public Member Functions | |
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 136 of file vcg/math/shot.h.
RotoType vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::Rot | ( | ) | const [inline] |
Definition at line 145 of file vcg/math/shot.h.
void vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::SetIdentity | ( | ) | [inline] |
Definition at line 141 of file vcg/math/shot.h.
void vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::SetRot | ( | const RotoType & | rt | ) | [inline] |
Definition at line 143 of file vcg/math/shot.h.
void vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::SetTra | ( | const Point3< S > & | tr | ) | [inline] |
Definition at line 142 of file vcg/math/shot.h.
Point3<ScalarType> vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::Tra | ( | ) | const [inline] |
Definition at line 144 of file vcg/math/shot.h.
friend class Shot< ScalarType, RotoType > [friend] |
Definition at line 137 of file vcg/math/shot.h.
RotoType vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::rot [private] |
Definition at line 138 of file vcg/math/shot.h.
Point3<S> vcg::Shot< S, RotationType >::ReferenceFrame< ScalarType, RotoType >::tra [private] |
Definition at line 139 of file vcg/math/shot.h.