#include <newTkRotation.h>
Public Types | |
typedef Basic2DVector< T > | BasicVector |
Public Member Functions | |
BasicVector | rotate (const BasicVector &v) const |
BasicVector | rotateBack (const BasicVector &v) const |
TkRotation2D () | |
TkRotation2D (mathSSE::Rot2< T > const &irot) | |
TkRotation2D (T xx, T xy, T yx, T yy) | |
TkRotation2D (const T *p) | |
TkRotation2D (const BasicVector &aX) | |
TkRotation2D (const BasicVector &uX, const BasicVector &uY) | |
TkRotation2D | transposed () const |
BasicVector | x () const |
BasicVector | y () const |
Private Attributes | |
mathSSE::Rot2< T > | rot |
Definition at line 14 of file newTkRotation.h.
typedef Basic2DVector<T> TkRotation2D< T >::BasicVector |
Definition at line 302 of file newTkRotation.h.
|
inline |
Definition at line 304 of file newTkRotation.h.
|
inline |
Definition at line 305 of file newTkRotation.h.
|
inline |
Definition at line 307 of file newTkRotation.h.
|
inline |
Definition at line 310 of file newTkRotation.h.
|
inline |
Definition at line 314 of file newTkRotation.h.
|
inline |
Definition at line 325 of file newTkRotation.h.
|
inline |
Definition at line 338 of file newTkRotation.h.
Referenced by ThirdHitPredictionFromInvParabola::transform().
|
inline |
Definition at line 342 of file newTkRotation.h.
Referenced by ThirdHitPredictionFromInvParabola::rangeRPhi(), and ThirdHitPredictionFromInvParabola::transformBack().
|
inline |
Definition at line 334 of file newTkRotation.h.
|
inline |
Definition at line 330 of file newTkRotation.h.
Referenced by svgfig.Curve.Sample::__repr__(), svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
inline |
Definition at line 331 of file newTkRotation.h.
Referenced by svgfig.Ellipse::__repr__(), Vispa.Gui.WidgetContainer.WidgetContainer::autosize(), Vispa.Gui.VispaWidget.VispaWidget::boundingRect(), geometryXMLparser.Alignable::pos(), and Vispa.Gui.ConnectableWidget.ConnectableWidget::positionizeMenuWidget().
|
private |
Definition at line 350 of file newTkRotation.h.
Referenced by TkRotation2D< double >::rotate(), TkRotation2D< double >::rotateBack(), TkRotation2D< double >::TkRotation2D(), TkRotation2D< double >::transposed(), TkRotation2D< double >::x(), and TkRotation2D< double >::y().