#include "RotationY.h"

ROOT::Math::RotationY


class description - source file - inheritance tree (.pdf)

class ROOT::Math::RotationY

Inheritance Chart:
ROOT::Math::RotationY

    public:
ROOT::Math::RotationY RotationY() ROOT::Math::RotationY RotationY(ROOT::Math::RotationY::Scalar angle) ROOT::Math::RotationY Inverse() const ROOT::Math::RotationY operator*(const ROOT::Math::RotationY& r) const ROOT::Math::RotationY RotationY(const ROOT::Math::RotationY&) void ~RotationY() ROOT::Math::RotationY::Scalar Angle() const ROOT::Math::RotationY::Scalar CosAngle() const void GetAngle(ROOT::Math::RotationY::Scalar& angle) const void GetComponents(ROOT::Math::RotationY::Scalar& angle) const void Invert() bool operator!=(const ROOT::Math::RotationY& rhs) ROOT::Math::RotationY::XYZVector operator()(const ROOT::Math::RotationY::XYZVector& v) const ROOT::Math::RotationY& operator*=(const ROOT::Math::RotationY& r) ROOT::Math::RotationY& operator=(const ROOT::Math::RotationY&) bool operator==(const ROOT::Math::RotationY& rhs) void Rectify() void SetAngle(ROOT::Math::RotationY::Scalar angle) void SetComponents(ROOT::Math::RotationY::Scalar angle) ROOT::Math::RotationY::Scalar SinAngle() const

Data Members

    private:
ROOT::Math::RotationY::Scalar fAngle ROOT::Math::RotationY::Scalar fSin ROOT::Math::RotationY::Scalar fCos

Class Description




Inline Functions


                                    void ~RotationY()
                   ROOT::Math::RotationY RotationY()
                   ROOT::Math::RotationY RotationY(ROOT::Math::RotationY::Scalar angle)
                                    void Rectify()
                                    void SetAngle(ROOT::Math::RotationY::Scalar angle)
                                    void SetComponents(ROOT::Math::RotationY::Scalar angle)
                                    void GetAngle(ROOT::Math::RotationY::Scalar& angle) const
                                    void GetComponents(ROOT::Math::RotationY::Scalar& angle) const
           ROOT::Math::RotationY::Scalar Angle() const
           ROOT::Math::RotationY::Scalar SinAngle() const
           ROOT::Math::RotationY::Scalar CosAngle() const
        ROOT::Math::RotationY::XYZVector operator()(const ROOT::Math::RotationY::XYZVector& v) const
                                    void Invert()
                   ROOT::Math::RotationY Inverse() const
                   ROOT::Math::RotationY operator*(const ROOT::Math::RotationY& r) const
                  ROOT::Math::RotationY& operator*=(const ROOT::Math::RotationY& r)
                                    bool operator==(const ROOT::Math::RotationY& rhs)
                                    bool operator!=(const ROOT::Math::RotationY& rhs)
                   ROOT::Math::RotationY RotationY(const ROOT::Math::RotationY&)
                  ROOT::Math::RotationY& operator=(const ROOT::Math::RotationY&)


Last update: root/mathcore:$Name: $:$Id: RotationY.h,v 1.2 2005/09/19 16:43:07 brun Exp $


ROOT page - Class index - Class Hierarchy - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.